Home > @magiclane/maps-sdk > GemView > transformWgsListToScreen

GemView.transformWgsListToScreen() method

Convert a list of WGS84 coordinates to screen coordinates.

Signature:

transformWgsListToScreen(coords: Coordinates[]): Point[];

Parameters

Parameter

Type

Description

coords

Coordinates[]

list of WGS Coordinates

Returns:

Point[]

The screen coordinates relative to view parent screen

Exceptions

An exception if it fails.