Home > @magiclane/maps-sdk > GemView > transformWgsToScreen
GemView.transformWgsToScreen() method
Convert a WGS84 coordinate to a screen coordinate.
Signature:
transformWgsToScreen(coords: Coordinates): Point;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
coords |
WGS Coordinates |
Returns:
The screen coordinates relative to view parent screen
Exceptions
An exception if it fails.