public class StreetViewAddressControlOptions extends MapObject
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StreetViewAddressControlOptions.Property |
| Constructor and Description |
|---|
StreetViewAddressControlOptions()
Creates new StreetViewAddressControlOptions object.
|
StreetViewAddressControlOptions(Map map)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ControlPosition |
getPosition()
Returns value of position property.
|
void |
setPosition(ControlPosition position)
Sets new value for position property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updatePropertypublic StreetViewAddressControlOptions()
@Deprecated public StreetViewAddressControlOptions(Map map)
map - owner Map objectpublic ControlPosition getPosition()
Contains the Position id. This id is used to specify the position of the control on the map. The default position is TOP_LEFT.
setPosition(com.teamdev.jxmaps.ControlPosition)public void setPosition(ControlPosition position)
position - new property valuegetPosition()