public class LocationElevationRequest extends MapObject
Constructor and Description |
---|
LocationElevationRequest()
Creates new LocationElevationRequest object.
|
LocationElevationRequest(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLng[] |
getLocations()
Returns value of locations property.
|
void |
setLocations(LatLng[] locations)
Sets new value for locations property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public LocationElevationRequest()
@Deprecated public LocationElevationRequest(Map map)
map
- owner Map objectpublic LatLng[] getLocations()
Represents the discrete locations for which to retrieve elevations.
setLocations(com.teamdev.jxmaps.LatLng[])
public void setLocations(LatLng[] locations)
locations
- new property valuegetLocations()