A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
MAGENTA — Constant static property in class com.google.maps.Color
map — Property in class com.google.maps.controls.ControlBase
map — Property in interface com.google.maps.interfaces.IPane
The instance of map this pane is added to.
map — Property in interface com.google.maps.interfaces.IPaneManager
Reference to the map.
Map — Class in package com.google.maps
This is the main class of the Maps API for Flash.
Map() — Constructor in class com.google.maps.Map
Constructor.
MapAction — Final class in package com.google.maps
Constants used to identify map actions.
MapEvent — Class in package com.google.maps
A MapEvent object is dispatched into the event flow whenever map-specific events occur.
MapEvent(type, feature, bubbles, cancellable) — Constructor in class com.google.maps.MapEvent
Creates an Event object to pass as a parameter to event listeners.
MapMouseEvent — Class in package com.google.maps
A MapMouseEvent object is dispatched into the event flow whenever a mouse-related event specific to the map or its overlays occurs.
MapMouseEvent(type, feature, latLng:com.google.maps:LatLng, bubbles, cancellable, ctrlKey, altKey, shiftKey) — Constructor in class com.google.maps.MapMouseEvent
Creates a MapMouseEvent object to pass as a parameter to event listeners.
MapMoveEvent — Class in package com.google.maps
A MapMoveEvent object is dispatched into the event flow whenever the map view is changing.
MapMoveEvent(type, latLng:com.google.maps:LatLng, bubbles, cancellable) — Constructor in class com.google.maps.MapMoveEvent
Creates a MapMoveEvent object to pass as a parameter to event listeners.
MapOptions — Class in package com.google.maps
MapOptions specifies a set of parameters for initialization of the map.
MapOptions(param) — Constructor in class com.google.maps.MapOptions
Constructs a new MapOptions object, optionally initializing it from an object.
MAP_PREINITIALIZE — Constant static property in class com.google.maps.MapEvent
This event is fired immediately before the map is initialized.
MAP_READY — Constant static property in class com.google.maps.MapEvent
This event is fired when map initialization is complete and isLoaded() would return true.
mapType — Property in class com.google.maps.MapOptions
The initial map type.
MapType — Class in package com.google.maps
Defines a map type for the Map.
MapType(tileLayers, projection:com.google.maps.interfaces:IProjection, name, options:com.google.maps:MapTypeOptions) — Constructor in class com.google.maps.MapType
Creates an instance of MapType object (for custom map types).
MAPTYPE_ADDED — Constant static property in class com.google.maps.MapEvent
This event is fired when a new MapType has been added to the map.
MAPTYPE_CHANGED — Constant static property in class com.google.maps.MapEvent
This event is fired when another map type is selected.
MapTypeControl — Final class in package com.google.maps.controls
A MapTypeControl provides a control for selecting and switching between supported map types via buttons.
MapTypeControl(options:com.google.maps.controls:MapTypeControlOptions) — Constructor in class com.google.maps.controls.MapTypeControl
Constructs a MapTypeControl object.
MapTypeControlOptions — Class in package com.google.maps.controls
Class MapTypeControlOptions specifies a set of options for the map type control.
MapTypeControlOptions(param) — Constructor in class com.google.maps.controls.MapTypeControlOptions
Constructs an MapTypeControlOptions object, optionally initializing it from an object.
MapTypeOptions — Class in package com.google.maps
MapTypeOptions class specifies a set of parameters for map types.
MapTypeOptions(param) — Constructor in class com.google.maps.MapTypeOptions
Constructs a new MapTypeOptions object, optionally initializing it from an object.
MAPTYPE_REMOVED — Constant static property in class com.google.maps.MapEvent
This event is fired when a MapType has been removed from the map.
mapTypes — Property in class com.google.maps.MapOptions
The initial map types with which the map initially is populated.
MapZoomEvent — Class in package com.google.maps
A MapMouseEvent object is dispatched into the event flow whenever the map is being zoomed in or out.
MapZoomEvent(type, zoomLevel, bubbles, cancellable) — Constructor in class com.google.maps.MapZoomEvent
Creates a MapZoomEvent object to pass as a parameter to event listeners.
Marker — Class in package com.google.maps.overlays
A Marker object marks a position on the map.
Marker(latLng:com.google.maps:LatLng, options:com.google.maps.overlays:MarkerOptions) — Constructor in class com.google.maps.overlays.Marker
Constructs a new marker at the specified lat-lng, with the specified options.
MarkerOptions — Class in package com.google.maps.overlays
MarkerOptions class specifies a set of rendering parameters for the Marker.
MarkerOptions(param) — Constructor in class com.google.maps.overlays.MarkerOptions
Constructs a new MarkerOptions object, optionally initializing it from an object.
matrix — Property in class com.google.maps.styles.GradientStyle
Gradient transformation matrix.
maxResolution — Property in class com.google.maps.MapTypeOptions
A Number value that specifies the maximum zoom level of this map type.
maxWidth — Property in class com.google.maps.controls.ScaleControlOptions
A number indicating the maximum width of the scale control.
MERCATOR_PROJECTION — Property in class com.google.maps.Map
Retrieves Mercator projection.
MERCATOR_PROJECTION — Property in interface com.google.maps.interfaces.IMap
Retrieves Mercator projection.
mergeStyles(styles) — Static method in class com.google.maps.styles.BevelStyle
Merges two or more BevelStyle objects.
mergeStyles(styles) — Static method in class com.google.maps.styles.ButtonFaceStyle
Merges two or more ButtonFaceStyle objects.
mergeStyles(styles) — Static method in class com.google.maps.styles.ButtonStyle
Merges two or more ButtonStyle objects.
mergeStyles(styles) — Static method in class com.google.maps.styles.FillStyle
Merges two or more FillStyle objects.
mergeStyles(styles) — Static method in class com.google.maps.styles.RectangleStyle
Merges two or more RectangleStyle objects.
mergeStyles(styles) — Static method in class com.google.maps.styles.StrokeStyle
Merges two or more StrokeStyle objects.
minResolution — Property in class com.google.maps.MapTypeOptions
A Number value that specifies the minimum zoom level of this map type.
mouseClickRange — Property in class com.google.maps.MapOptions
A Number value that indicates the maximum number of pixels that the mouse is allowed to move from where a MouseEvent.MOUSE_DOWN event occurred before any pending MapMouseEvent.CLICK and MapMouseEvent.DOUBLE_CLICK events are canceled.
MOUSE_DOWN — Constant static property in class com.google.maps.MapMouseEvent
This event is fired when the user presses the mouse button over the map.
MOUSE_MOVE — Constant static property in class com.google.maps.MapMouseEvent
This event is fired when the mouse moves over the map.
MOUSE_UP — Constant static property in class com.google.maps.MapMouseEvent
This event is fired when the user releases the mouse button over the map.
MOVE_END — Constant static property in class com.google.maps.MapMoveEvent
This event is fired when the change of the map view ends.
MOVE_START — Constant static property in class com.google.maps.MapMoveEvent
This event is fired when the map view starts changing.
MOVE_STEP — Constant static property in class com.google.maps.MapMoveEvent
This event is fired repeatedly while the map view is changing.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z