Constructor
new ZoomPresetModel()
- Since:
- Source:
Extends
Members
Type:
- Source:
Methods
parse(data) → {object}
Parse incoming data to create a ZoomPresetModel.
Parameters:
Name |
Type |
Description |
data |
object
|
The data to parse
Properties
Name |
Type |
Description |
position |
object
|
The latitude, longitude, and height of
this ZoomPresetModel's GeoPoint. |
rest |
object
|
The rest of the properties for this
ZoomPresetModel. |
|
- Source:
Returns:
An object containing the GeoPoint and the rest of the
ZoomPresetModel properties.
-
Type
-
object