public class GeocoderGeometry extends MapObject
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GeocoderGeometry.Property |
| Constructor and Description |
|---|
GeocoderGeometry()
Creates new GeocoderGeometry object.
|
GeocoderGeometry(Map map)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LatLngBounds |
getBounds()
Returns value of bounds property.
|
LatLng |
getLocation()
Returns value of location property.
|
GeocoderLocationType |
getLocationType()
Returns value of locationType property.
|
LatLngBounds |
getViewport()
Returns value of viewport property.
|
void |
setBounds(LatLngBounds value)
Sets new value for bounds property.
|
void |
setLocation(LatLng value)
Sets new value for location property.
|
void |
setLocationType(GeocoderLocationType value)
Sets new value for locationType property.
|
void |
setViewport(LatLngBounds value)
Sets new value for viewport property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updatePropertypublic GeocoderGeometry()
@Deprecated public GeocoderGeometry(Map map)
map - owner Map objectpublic LatLngBounds getBounds()
Represents the precise bounds of this GeocoderResult, if applicable
setBounds(com.teamdev.jxmaps.LatLngBounds)public void setBounds(LatLngBounds value)
value - new property valuegetBounds()public LatLngBounds getViewport()
Represents the bounds of the recommended viewport for displaying this GeocoderResult
setViewport(com.teamdev.jxmaps.LatLngBounds)public void setViewport(LatLngBounds value)
value - new property valuegetViewport()public LatLng getLocation()
Represents the latitude/longitude coordinates of this result
setLocation(com.teamdev.jxmaps.LatLng)public void setLocation(LatLng value)
value - new property valuegetLocation()public GeocoderLocationType getLocationType()
Represents the type of location returned in location
setLocationType(com.teamdev.jxmaps.GeocoderLocationType)public void setLocationType(GeocoderLocationType value)
value - new property valuegetLocationType()