| Package | Description |
|---|---|
| org.fujion.gmaps | |
| org.fujion.gmaps.event |
| Modifier and Type | Field and Description |
|---|---|
TiltAngle |
MapOptions.tilt
Controls the automatic switching behavior for the angle of incidence of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TiltAngle |
GoogleMap.getTilt()
Returns the tilt setting, which controls the automatic switching behavior for the angle of
incidence of the map.
|
static TiltAngle |
TiltAngle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiltAngle[] |
TiltAngle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleMap.setTilt(TiltAngle tilt)
Set the current tilt value, which controls the automatic switching behavior for the angle of
incidence of the map.
|
| Modifier and Type | Method and Description |
|---|---|
TiltAngle |
TiltChangeEvent.getTilt() |
Copyright © 2018 Fujion Framework. All rights reserved.