A set of positions where custom UI controls can be placed on the map.
Inherited Method Summary
From class
java.lang.Enum
final
int
compareTo(E arg0)
int
compareTo(Object arg0)
final
boolean
equals(Object arg0)
final
Class<E>
getDeclaringClass()
final
int
hashCode()
final
String
name()
final
int
ordinal()
String
toString()
static
<T extends Enum<T>>
T
valueOf(Class<T> arg0, String arg1)
From class
java.lang.Object
boolean
equals(Object arg0)
final
Class<?>
getClass()
int
hashCode()
final
void
notify()
final
void
notifyAll()
String
toString()
final
void
wait(long arg0, int arg1)
final
void
wait(long arg0)
final
void
wait()
From interface
java.lang.Comparable
abstract
int
compareTo(E extends Enum<E> arg0)
Enum Values
public
static
final
CustomControlPosition
BOTTOM_END_BELOW
Elements are positioned in the bottom end corner of the map. The end edge of the custom control
is aligned with the end edge of the visible map area and the bottom edge is aligned with the
bottom of the visible map area. The size of the control is unconstrained and it may overlap
with elements at the top or start of the view if it is very large.
public
static
final
CustomControlPosition
BOTTOM_START_BELOW
The custom control is positioned in the bottom start (i.e. left in LTR layouts) corner of the
map below the re-center button and Google logo. The start edge of the custom control is aligned
with the start edge of the visible map area and the bottom edge is aligned with the bottom of
the visible map area. The size of the control is unconstrained and it may overlap with elements
at the top or end of the view if it is very large.
public
static
final
CustomControlPosition
SECONDARY_HEADER
Elements are positioned below the primary map header, with top edge aligned with bottom edge of
the primary header. The default secondary header (then arrow/lan guidance) will be hidden if a
view is added at this position. Adding a view at this position is only supported in portrait
mode. Trying to do so in landscape mode won't have any effect.