Modifier and Type | Method and Description |
---|---|
void |
MapImpl.setControls(ControlPosition controlPosition,
Element element)
sets Additional controls to attach to the map.
|
void |
MapWidget.setControls(ControlPosition controlPosition,
Element element)
sets Additional controls to attach to the map.
|
void |
MapWidget.setControls(ControlPosition controlPosition,
Widget widget)
sets Additional controls to attach to the map.
|
Modifier and Type | Method and Description |
---|---|
ControlPosition |
AdUnitWidget.getPosition()
Returns the ControlPosition at which this AdUnit is displayed on the map.
|
ControlPosition |
AdUnitOptions.getPosition()
The position of the AdUnit.
|
ControlPosition |
AdUnitImpl.getPosition()
Returns the ControlPosition at which this AdUnit is displayed on the map.
|
Modifier and Type | Method and Description |
---|---|
void |
AdUnitWidget.setPosition(ControlPosition position)
Sets the ControlPosition at which to display the AdUnit on the map.
|
void |
AdUnitOptions.setPosition(ControlPosition position)
The position of the AdUnit.
|
void |
AdUnitImpl.setPosition(ControlPosition position)
Sets the ControlPosition at which to display the AdUnit on the map.
|
Modifier and Type | Method and Description |
---|---|
static ControlPosition |
ControlPosition.fromValue(int value)
reconstruct from position from javascript constant value
|
ControlPosition |
ScaleControlOptions.getPosition()
Position id.
|
ControlPosition |
StreetViewControlOptions.getPosition()
Position id.
|
ControlPosition |
ZoomControlOptions.getPosition()
Position id.
|
ControlPosition |
RotateControlOptions.getPosition()
Position id.
|
ControlPosition |
PanControlOptions.getPosition()
Position id.
|
ControlPosition |
MapTypeControlOptions.getPosition()
Position id.
|
static ControlPosition |
ControlPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlPosition[] |
ControlPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScaleControlOptions.setPosition(ControlPosition position)
Position id.
|
void |
StreetViewControlOptions.setPosition(ControlPosition position)
Position id.
|
void |
ZoomControlOptions.setPosition(ControlPosition position)
Position id.
|
void |
RotateControlOptions.setPosition(ControlPosition position)
Position id.
|
void |
PanControlOptions.setPosition(ControlPosition position)
Position id.
|
void |
MapTypeControlOptions.setPosition(ControlPosition position)
Position id.
|
Modifier and Type | Method and Description |
---|---|
ControlPosition |
DrawingControlOptions.getPosition()
Position id.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingControlOptions.setPosition(ControlPosition position)
Position id.
|
Modifier and Type | Method and Description |
---|---|
ControlPosition |
StreetViewAddressControlOptions.getPosition()
Position id.
|
Modifier and Type | Method and Description |
---|---|
void |
StreetViewAddressControlOptions.setPosition(ControlPosition position)
Position id.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.