Location class
Represents a location object in the map
Signature:export declare class Location
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(x, y, zoom, rotation, zoomToExtent) | Create a new location object |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Rotation | number | Rotation in degrees | |
X | number | X-Coordinate of location | |
Y | number | Y-Coordinate of location | |
Zoom | number | Zoomlevel of the location | |
ZoomToExtent | boolean | Whether to zoom to extent |