WebCameraControlPosition enum
This setting controls how the API handles camera control button on the map.
See https://developers.google.com/maps/documentation/javascript/reference/control#ControlPosition for more details.
Values
- blockEndInlineCenter → const WebCameraControlPosition
-
Equivalent to BOTTOM_CENTER in both LTR and RTL.
- blockEndInlineStart → const WebCameraControlPosition
-
Equivalent to BOTTOM_LEFT in LTR, or BOTTOM_RIGHT in RTL.
- blockEndInlineEnd → const WebCameraControlPosition
-
Equivalent to BOTTOM_RIGHT in LTR, or BOTTOM_LEFT in RTL.
- blockStartInlineCenter → const WebCameraControlPosition
-
Equivalent to TOP_CENTER in both LTR and RTL.
- blockStartInlineStart → const WebCameraControlPosition
-
Equivalent to TOP_LEFT in LTR, or TOP_RIGHT in RTL.
- blockStartInlineEnd → const WebCameraControlPosition
-
Equivalent to TOP_RIGHT in LTR, or TOP_LEFT in RTL.
- bottomCenter → const WebCameraControlPosition
-
Elements are positioned in the center of the bottom row.
Consider using BLOCK_END_INLINE_CENTER instead.
- bottomLeft → const WebCameraControlPosition
-
Elements are positioned in the bottom left and flow towards the middle.
Elements are positioned to the right of the Google logo.
Consider using BLOCK_END_INLINE_START instead.
- bottomRight → const WebCameraControlPosition
-
Elements are positioned in the bottom right and flow towards the middle.
Elements are positioned to the left of the copyrights.
Consider using BLOCK_END_INLINE_END instead.
- inlineEndBlockCenter → const WebCameraControlPosition
-
Equivalent to RIGHT_CENTER in LTR, or LEFT_CENTER in RTL.
- inlineEndBlockEnd → const WebCameraControlPosition
-
Equivalent to RIGHT_BOTTOM in LTR, or LEFT_BOTTOM in RTL.
- inlineEndBlockStart → const WebCameraControlPosition
-
Equivalent to RIGHT_TOP in LTR, or LEFT_TOP in RTL.
- inlineStartBlockCenter → const WebCameraControlPosition
-
Equivalent to LEFT_CENTER in LTR, or RIGHT_CENTER in RTL.
- inlineStartBlockEnd → const WebCameraControlPosition
-
Equivalent to LEFT_BOTTOM in LTR, or RIGHT_BOTTOM in RTL.
- inlineStartBlockStart → const WebCameraControlPosition
-
Equivalent to LEFT_TOP in LTR, or RIGHT_TOP in RTL.
- leftBottom → const WebCameraControlPosition
-
Elements are positioned on the left, above bottom-left elements, and flow upwards.
Consider using INLINE_START_BLOCK_END instead.
- leftCenter → const WebCameraControlPosition
-
Elements are positioned in the center of the left side. Consider using INLINE_START_BLOCK_CENTER instead.
- leftTop → const WebCameraControlPosition
-
Elements are positioned on the left, below top-left elements, and flow downwards.
Consider using INLINE_START_BLOCK_START instead.
- rightBottom → const WebCameraControlPosition
-
Elements are positioned on the right, above bottom-right elements, and flow upwards.
Consider using INLINE_END_BLOCK_END instead.
- rightCenter → const WebCameraControlPosition
-
Elements are positioned in the center of the right side.
Consider using INLINE_END_BLOCK_CENTER instead.
- rightTop → const WebCameraControlPosition
-
Elements are positioned on the right, below top-right elements, and flow downwards.
Consider using INLINE_END_BLOCK_START instead.
- topCenter → const WebCameraControlPosition
-
Elements are positioned in the center of the top row.
Consider using BLOCK_START_INLINE_CENTER instead.
- topLeft → const WebCameraControlPosition
-
Elements are positioned in the top left and flow towards the middle.
Consider using BLOCK_START_INLINE_START instead.
- topRight → const WebCameraControlPosition
-
Elements are positioned in the top right and flow towards the middle.
Consider using BLOCK_START_INLINE_END instead.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WebCameraControlPosition> - A constant List of the values in this enum, in order of their declaration.