Package globus.glmap


package globus.glmap
Core map rendering APIs.

GLMap uses several coordinate spaces:

  • MapGeoPoint: geographic coordinates (WGS84 degrees).
  • MapPoint: internal map coordinates used by the renderer (range [0, MapPoint.Max], origin at the top-left corner of the world).

Many API parameters that describe on-screen sizes (e.g. hit-test distances, paddings, radii) are expressed in screen points (density-independent pixels, dp). The renderer exposes the conversion scale via GLMapViewRenderer.screenScale (pixels per point).

Methods that work with raw display coordinates explicitly mention pixels in their documentation (for example, GLMapViewRenderer.convertDisplayToInternal(double, double)).