- makeClusterGroup(ClusterInfo) - Method in class com.mousebird.maply.BasicClusterGenerator
-  
- makeClusterGroup(ClusterInfo) - Method in class com.mousebird.maply.ClusterGenerator
- 
Generate a cluster group for a given collection of markers. 
- makeClusterGroupJNI(int) - Method in class com.mousebird.maply.ClusterGenerator
-  
- makeComponentObject() - Method in class com.mousebird.maply.ComponentManager
-  
- makeImage(int, int) - Method in class com.mousebird.maply.ColorRampGenerator
- 
Generate the image with the color ramp in it. 
- makeImage() - Method in class com.mousebird.maply.LinearTextureBuilder
- 
Build the image from the size and elements specified. 
- makeLayerThread(boolean) - Method in class com.mousebird.maply.BaseController
- 
Makes a new layer thread for toolkit related tasks. 
- makeLight() - Method in class com.mousebird.maply.Sun
- 
Make a Light from the current time. 
- makeLoaderReturn() - Method in class com.mousebird.maply.QuadImageLoaderBase
-  
- makeLoaderReturn() - Method in class com.mousebird.maply.QuadLoaderBase
- 
The subclasses fill this in with the loaderReturn that they need. 
- makeLoaderReturn() - Method in class com.mousebird.maply.QuadPagingLoader
-  
- makeRotationToGeoCoord(double, double, boolean) - Method in class com.mousebird.maply.GlobeView
-  
- makeViewState(RenderController) - Method in class com.mousebird.maply.GlobeView
-  
- makeViewState(RenderController) - Method in class com.mousebird.maply.MapView
-  
- makeViewState(RenderController) - Method in class com.mousebird.maply.View
-  
- MapAnimateTranslate - Class in com.mousebird.maply
- 
Animates a translation (and/or zoom) from the current point to a new one. 
- MapAnimateTranslateMomentum - Class in com.mousebird.maply
- 
Implements a translation with momentum to a new point. 
- MapboxVectorInterpreter - Class in com.mousebird.maply
- 
The Mapbox Vector (Tile) Interpreter parses raw vector tile data
 and turns it into visual objects. 
- MapboxVectorInterpreter(VectorStyleInterface, BaseController) - Constructor for class com.mousebird.maply.MapboxVectorInterpreter
- 
This version of the init builds visual features for vector tiles. 
- MapboxVectorInterpreter(VectorStyleInterface, RenderController, VectorStyleInterface, BaseController) - Constructor for class com.mousebird.maply.MapboxVectorInterpreter
- 
This version of the init takes an image style set, a vector style set,
 and an offline renderer to build the image tiles. 
- MapboxVectorStyleSet - Class in com.mousebird.maply
- 
Mapbox Vector Style Set. 
- MapboxVectorStyleSet(String, VectorStyleSettings, DisplayMetrics, RenderControllerInterface) - Constructor for class com.mousebird.maply.MapboxVectorStyleSet
-  
- MapboxVectorStyleSet(AttrDictionary, VectorStyleSettings, DisplayMetrics, RenderControllerInterface) - Constructor for class com.mousebird.maply.MapboxVectorStyleSet
-  
- MapboxVectorStyleSet.Source - Class in com.mousebird.maply
-  
- MapboxVectorStyleSet.SourceType - Enum in com.mousebird.maply
-  
- MapboxVectorTileParser - Class in com.mousebird.maply
- 
This object parses Mapbox Vector Tile format one tile at a time. 
- mapControl - Variable in class com.mousebird.maply.GlobeMapFragment
-  
- MapController - Class in com.mousebird.maply
- 
The MaplyController is the main object in the Maply library when using a 2D map. 
- MapController(Activity, MapController.Settings) - Constructor for class com.mousebird.maply.MapController
- 
Construct with the activity and a coordinate system. 
- MapController(Activity) - Constructor for class com.mousebird.maply.MapController
- 
Initialize a new map controller with the standard (spherical mercator)
 coordinate system. 
- MapController.GestureDelegate - Interface in com.mousebird.maply
- 
Use this delegate when you want user interface feedback from the maply controller. 
- MapController.Settings - Class in com.mousebird.maply
- 
Settings are parameters we need at the very start of the
 setup process. 
- mapDidMove(MapController, Point3d[], boolean) - Method in class com.mousebird.maply.GlobeMapFragment
- 
Called for every single visible frame of movement. 
- mapDidMove(MapController, Point3d[], boolean) - Method in interface com.mousebird.maply.MapController.GestureDelegate
- 
Called for every single visible frame of movement. 
- mapDidStartMoving(MapController, boolean) - Method in class com.mousebird.maply.GlobeMapFragment
- 
Called when the map first starts moving. 
- mapDidStartMoving(MapController, boolean) - Method in interface com.mousebird.maply.MapController.GestureDelegate
- 
Called when the map first starts moving. 
- mapDidStopMoving(MapController, Point3d[], boolean) - Method in class com.mousebird.maply.GlobeMapFragment
- 
Called when the map stops moving. 
- mapDidStopMoving(MapController, Point3d[], boolean) - Method in interface com.mousebird.maply.MapController.GestureDelegate
- 
Called when the map stops moving. 
- mapDisplayType - Variable in class com.mousebird.maply.GlobeMapFragment
-  
- MapGestureHandler - Class in com.mousebird.maply
- 
Implements the various gestures we need and handles conflict between them. 
- MapGestureHandler(MapController, View) - Constructor for class com.mousebird.maply.MapGestureHandler
-  
- MaplyStarModel - Class in com.mousebird.maply
-  
- MaplyStarModel(String, String, Activity) - Constructor for class com.mousebird.maply.MaplyStarModel
-  
- MaplyTexture - Class in com.mousebird.maply
- 
Encapsulates a texture in WhirlyGlobe-Maply toolkit. 
- MaplyTexture() - Constructor for class com.mousebird.maply.MaplyTexture
-  
- mapSettings - Variable in class com.mousebird.maply.GlobeMapFragment
-  
- MapView - Class in com.mousebird.maply
- 
The Map View handles math related to user position and orientation. 
- MapView() - Constructor for class com.mousebird.maply.MapView
-  
- MapViewState - Class in com.mousebird.maply
- 
The map view state encapsulates what's in a view at a certain point in time. 
- MapViewState() - Constructor for class com.mousebird.maply.MapViewState
-  
- Marker - Class in com.mousebird.maply
- 
The Marker is a 2D rectangle plastered on top of the globe or map. 
- Marker() - Constructor for class com.mousebird.maply.Marker
-  
- markerAnimationTime() - Method in class com.mousebird.maply.BasicClusterGenerator
-  
- markerAnimationTime() - Method in class com.mousebird.maply.ClusterGenerator
- 
How long to animate markers the join and leave a cluster 
- MarkerDrawPriorityDefault - Static variable in class com.mousebird.maply.RenderController
-  
- MarkerInfo - Class in com.mousebird.maply
- 
This class holds the visual information for a set of 2D or 3D markers. 
- MarkerInfo() - Constructor for class com.mousebird.maply.MarkerInfo
-  
- markerManager - Variable in class com.mousebird.maply.RenderController
-  
- MarkerPriorityDefault - Static variable in class com.mousebird.maply.MarkerInfo
- 
Default priority for markers. 
- mat - Variable in class com.mousebird.maply.Points
- 
If the matrix is set the points will be transformed by this matrix first. 
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldexpressions.SLDBinaryOperatorExpression
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldexpressions.SLDLiteralExpression
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldexpressions.SLDPropertyNameExpression
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldoperators.SLDBinaryComparisonOperator
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldoperators.SLDIsBetweenOperator
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldoperators.SLDIsLikeOperator
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldoperators.SLDIsNullOperator
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldoperators.SLDLogicalOperator
-  
- matchesElementNamed(String) - Static method in class com.mousebird.maply.sld.sldoperators.SLDNotOperator
-  
- matchesSymbolizerNamed(String) - Static method in class com.mousebird.maply.sld.sldsymbolizers.SLDLineSymbolizer
-  
- matchesSymbolizerNamed(String) - Static method in class com.mousebird.maply.sld.sldsymbolizers.SLDPointSymbolizer
-  
- matchesSymbolizerNamed(String) - Static method in class com.mousebird.maply.sld.sldsymbolizers.SLDPolygonSymbolizer
-  
- matchesSymbolizerNamed(String) - Static method in class com.mousebird.maply.sld.sldsymbolizers.SLDTextSymbolizer
-  
- Material - Class in com.mousebird.maply
- 
This is a simple material definition. 
- Material() - Constructor for class com.mousebird.maply.Material
-  
- Matrix3d - Class in com.mousebird.maply
-  
- Matrix3d() - Constructor for class com.mousebird.maply.Matrix3d
-  
- Matrix4d - Class in com.mousebird.maply
- 
This encapsulates a Maply4d matrix. 
- maxActiveRequests - Variable in class com.mousebird.maply.RemoteTileFetcher.Stats
-  
- maxLag - Variable in class com.mousebird.maply.UpdateLayer
-  
- maxZoom - Variable in class com.mousebird.maply.SimpleTileFetcher
-  
- maxZoom - Variable in class com.mousebird.maply.TileInfoNew
- 
The maximum zoom level available. 
- Mbr - Class in com.mousebird.maply
- 
A simple Maply bounding box. 
- Mbr() - Constructor for class com.mousebird.maply.Mbr
- 
Construct the bounding box empty. 
- Mbr(Point2d, Point2d) - Constructor for class com.mousebird.maply.Mbr
- 
Construct with the lower left and upper right coordinates. 
- MBTileFetcher - Class in com.mousebird.maply
- 
MBTiles tile fetcher. 
- MBTileFetcher(File) - Constructor for class com.mousebird.maply.MBTileFetcher
- 
Construct with the location of an MBTiles file. 
- MBTiles - Class in com.mousebird.maply
- 
The MBTiles Source reads Mapbox style MBTiles files. 
- MBTiles(File) - Constructor for class com.mousebird.maply.MBTiles
-  
- merge(ChangeSet) - Method in class com.mousebird.maply.ChangeSet
-  
- mergeChanges(ChangeSet) - Method in class com.mousebird.maply.LoaderReturn
- 
Merge in the given changes requests to be handled upstream. 
- mergeLoaderReturn(LoaderReturn, ChangeSet) - Method in class com.mousebird.maply.QuadLoaderBase
-  
- mergeVectorsFrom(VectorObject) - Method in class com.mousebird.maply.VectorObject
- 
Merge the vectors from the other vector object into this one. 
- metroThread - Variable in class com.mousebird.maply.BaseController
-  
- MetroThread - Class in com.mousebird.maply
-  
- MetroThread(String, BaseController, int) - Constructor for class com.mousebird.maply.MetroThread
-  
- middle() - Method in class com.mousebird.maply.Mbr
- 
The center of the bounding box. 
- middleCoordinate(Point2d) - Method in class com.mousebird.maply.VectorObject
- 
Return the point right in the middle (index-wise) of a linear features. 
- MILLIS_IN_DAY - Static variable in class com.mousebird.maply.MaplyStarModel
-  
- minTime - Variable in class com.mousebird.maply.UpdateLayer
-  
- minZoom - Variable in class com.mousebird.maply.SimpleTileFetcher
-  
- minZoom - Variable in class com.mousebird.maply.TileInfoNew
- 
The minimum zoom level available. 
- modelPointFromScreen(Point2d) - Method in class com.mousebird.maply.GlobeController
- 
Return the model point corresponding to a screen point. 
- modifyChunkTextures(long, StickerInfo, ChangeSet) - Method in class com.mousebird.maply.StickerManager
-  
- modifyDrawPriority(long, int, ChangeSet) - Method in class com.mousebird.maply.StickerManager
-  
- Moon - Class in com.mousebird.maply
- 
Utility for calculating moon position. 
- Moon(Calendar) - Constructor for class com.mousebird.maply.Moon
- 
Initialize with a date. 
- moveDist - Variable in class com.mousebird.maply.UpdateLayer
-  
- multiply(Point3d) - Method in class com.mousebird.maply.Matrix3d
- 
Multiply the vector by this matrix and return the result. 
- multiply(Matrix3d) - Method in class com.mousebird.maply.Matrix3d
-  
- multiply(Point4d) - Method in class com.mousebird.maply.Matrix4d
- 
Multiply the vector by this matrix and return the result. 
- multiply(Quaternion) - Method in class com.mousebird.maply.Quaternion
-  
- multiply(Point3d) - Method in class com.mousebird.maply.Quaternion
-  
- multiply(AngleAxis) - Method in class com.mousebird.maply.Quaternion
-  
- multiplyBy(double) - Method in class com.mousebird.maply.Point2d
-  
- multiplyBy(double) - Method in class com.mousebird.maply.Point3d
- 
Scale this point as a vector by the given value.