Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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.
Этот класс статический.
Статические методы
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.