Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeightMapGenerator ¶
type HeightMapGenerator interface {
GetTileHeightmap(z, x, y, resolution int) ([]byte, error)
CreateHeightMapImage(lat, lon float64, side float64, conf heightmap.ResolutionConfig) ([]byte, error)
GetPointsElevations(points []heightmap.Point) []heightmap.Point
GenerateAllTilesInZoomLevel(zoomLevel int)
}
Click to show internal directories.
Click to hide internal directories.