The SDK returns and expects coordinates in the "internal" projection. If you pass a coordinate to the SDK's methods or receive coordinates from the SDK, use this class to transform it in your representation
More...
Currently the internal projection is "mercator" (EPSG 3857). If you provide coordinates already in mercator, we highly suggest to use the transformation methods for internal coordinates when you pass locations to the SDK. In that case you are safe if the internal SDK representations is changed in the future.
- Attention
- WGS84 coordinates come in (longitude, latitude) order, which is consequently (x, y)