Gambas dokumentace
Developer Documentation
Documents
Jak na...
Kompilace & instalace
Komponenty
Lexikon
Poslední změny
Registrace
Rejstřík jazyka
Rejstřík jazyka
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Geo (gb.map)
This class provide some tools to convert LatLon point into pixel position and the opposite.
Tato třída je statická.
Static methods
DecToSex
This function convert a position
Value
in decimal into a sexadecimal string value.
MapPointToPixel
Convert a
MapPoint
into a
Point
that represent a world pixel position at the given
Zoom
level.
MapPointToTile
Static Function MapPointToTile ( hMapPoint As
MapPoint
, Zoom As
Integer
) As
Point
PixelToMapPoint
Return a
MapPoint
from the given world pixel point at the given zoom.
PixelToTile
SexToDec
Convert a value in sexagesimal degrees to decimal
TileBounds
Static Function TileBounds ( X As
Integer
, y As Integer, Zoom As Integer ) As
comp/
gb.map
/MapBounds
TileToMapPoint
Return the Corner TopLeft
MapPoint
of a tile from a given
X
,
Y
position at a given
Zoom
level.