public class GeocoderAddressComponent extends MapObject
Modifier and Type | Class and Description |
---|---|
protected static class |
GeocoderAddressComponent.ArrayProperty |
Constructor and Description |
---|
GeocoderAddressComponent()
Creates new GeocoderAddressComponent object
|
GeocoderAddressComponent(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongName()
Returns value of longName property.
|
java.lang.String |
getShortName()
Returns value of shortName property.
|
java.lang.String[] |
getTypes()
Returns value of types property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public GeocoderAddressComponent()
@Deprecated public GeocoderAddressComponent(Map map)
map
- owner Map objectpublic java.lang.String getLongName()
Represents the full text of the address component
setLongName(java.lang.String)
public java.lang.String getShortName()
Represents the abbreviated, short text of the given address component
setShortName(java.lang.String)
public java.lang.String[] getTypes()
Represents an collection of strings denoting the type of this address component.
setTypes(java.lang.String[])