Constructor
new Location(longitude, latitude, nameopt, addressopt)
- Source:
Properties:
Name |
Type |
Attributes |
Description |
latitude |
Number
|
|
The latitude of the location |
longitude |
Number
|
|
The longitude of the location |
name |
String
|
<optional>
|
The name of the location |
address |
String
|
<optional>
|
The address of the location |
_ |
String
|
|
The type of the object, for internal use only |
Create a Location object for the API
Parameters:
Name |
Type |
Attributes |
Description |
longitude |
Number
|
|
Longitude of the location |
latitude |
Number
|
|
Latitude of the location |
name |
String
|
<optional>
|
Name of the location |
address |
String
|
<optional>
|
Address of the location, only displayed if name is present |