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

Coordinates

WGS Coordinates

Returns:

Point

The screen coordinates relative to view parent screen

Exceptions

An exception if it fails.