new Location(location, latitude, longitude, radius, locationName, locationType, locationCode)
Parameters:
| Name | Type | Description |
|---|---|---|
location |
String | The name of the location |
latitude |
Number | The location latitude |
longitude |
Number | The location longitude |
radius |
Number | The radius for the location |
locationName |
String | The name for the location |
locationType |
LocationTypeEnum | The type of the location |
locationCode |
String | The code for the location |