Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

M

m_copyrightLogoVisible - Variable in class com.here.android.mpa.mapping.MapView
 
m_logoView - Variable in class com.here.android.mpa.mapping.MapView
 
m_pimpl - Variable in class com.here.android.mpa.search.AutoSuggest
 
Maneuver - Class in com.here.android.mpa.routing
Represents the action required to leave one street segment and enter the next in the chain of directions that comprises a calculated Route.
Maneuver.Action - Enum in com.here.android.mpa.routing
Represents values describing the possible actions of a Maneuver.
Maneuver.Icon - Enum in com.here.android.mpa.routing
Represents values describing types of Maneuver icons.
Maneuver.TrafficDirection - Enum in com.here.android.mpa.routing
Represents values describing possible traffic directions, the side of road on which one must drive.
Maneuver.Turn - Enum in com.here.android.mpa.routing
Represents values describing possible turns within a Maneuver.
Map - Class in com.here.android.mpa.mapping
A Map object represents a virtual model of the world.
Map() - Constructor for class com.here.android.mpa.mapping.Map
 
Map.Animation - Enum in com.here.android.mpa.mapping
Represents values that describe animation types for on-screen map movements.
Map.InfoBubbleAdapter - Interface in com.here.android.mpa.mapping
Interface for implementing custom info bubbles for MapMarker objects.
Map.OnSchemeChangedListener - Interface in com.here.android.mpa.mapping
Listener for Map scheme changed events.
Map.OnTransformListener - Interface in com.here.android.mpa.mapping
Listener for Map transform events.
Map.PixelResult - Class in com.here.android.mpa.mapping
Result class for conversion of a GeoCoordinate to screen pixel coordinates.
Map.PixelResult.Error - Enum in com.here.android.mpa.mapping
Error code for the computation of GeoCoordinate to screen pixel coordinate projection
Map.Scheme - Class in com.here.android.mpa.mapping
Represents a collection of schemes that the Map class supports.
MapCircle - Class in com.here.android.mpa.mapping
Represents a MapObject in the shape of a circle.
MapCircle(double, GeoCoordinate) - Constructor for class com.here.android.mpa.mapping.MapCircle
Constructs a MapCircle, which is a MapObject in the shape of a circle.
MapContainer - Class in com.here.android.mpa.mapping
Represents a container that determines the stacking order of objects on a Map.
MapContainer() - Constructor for class com.here.android.mpa.mapping.MapContainer
Creates an empty MapContainer.
MapEngine - Class in com.here.android.mpa.common
MapEngine manages all mapping resources and services provided in this SDK.
MapFragment - Class in com.here.android.mpa.mapping
A fragment class that automatically creates a Map and handles map UI interactions such as panning and zooming.
MapFragment() - Constructor for class com.here.android.mpa.mapping.MapFragment
Constructor
MapGesture - Interface in com.here.android.mpa.mapping
Encapsulates all user interactions and touch gestures.
MapGesture.OnGestureListener - Interface in com.here.android.mpa.mapping
Event Listener interface for gesture events.
MapGesture.OnGestureListener.OnGestureListenerAdapter - Class in com.here.android.mpa.mapping
Default implementation for the OnGestureListener interface.
MapMarker - Class in com.here.android.mpa.mapping
Represents a marker used to display an icon at a geographical position on a map.
MapMarker() - Constructor for class com.here.android.mpa.mapping.MapMarker
Creates a default MapMarker.
MapMarker(float) - Constructor for class com.here.android.mpa.mapping.MapMarker
Creates a default MapMarker.
MapMarker(GeoCoordinate, Image) - Constructor for class com.here.android.mpa.mapping.MapMarker
Creates a MapMarker with a specified GeoCoordinate and Image.
MapMarker.OnDragListener - Interface in com.here.android.mpa.mapping
Callback interface for drag events on MapMarker objects.
MapObject - Class in com.here.android.mpa.mapping
Represents a base class for all map-related objects that users can add to a Map.
MapObject.Type - Enum in com.here.android.mpa.mapping
Represents values describing the types of MapObject objects that can be added to a Map.
MapPolygon - Class in com.here.android.mpa.mapping
A graphical representation of a GeoPolygon to be rendered on a map.
MapPolygon(GeoPolygon) - Constructor for class com.here.android.mpa.mapping.MapPolygon
Creates a MapPolygon, which is a MapObject in the shape of a polygon.
MapPolyline - Class in com.here.android.mpa.mapping
A graphical representation of a GeoPolyline that can be rendered on a map.
MapPolyline(GeoPolyline) - Constructor for class com.here.android.mpa.mapping.MapPolyline
Creates a MapPolyline, which is a MapObject in the shape of a polyline.
MapRasterTileSource - Class in com.here.android.mpa.mapping
Represents an interface for a map raster tile source, used to render custom tile images on top of a Map.
MapRasterTileSource() - Constructor for class com.here.android.mpa.mapping.MapRasterTileSource
Constructor.
MapRasterTileSource.MapTileSystemHelper - Class in com.here.android.mpa.mapping
Represents a helper class for converting raster tile coordinates to other tile system values.
MapRasterTileSource.TileResult - Class in com.here.android.mpa.mapping
Result class for getting tile.
MapRasterTileSource.TileResult.Error - Enum in com.here.android.mpa.mapping
Error code for raster tile result.
MapRoute - Class in com.here.android.mpa.mapping
Represents a Route that can be displayed on a Map.
MapRoute() - Constructor for class com.here.android.mpa.mapping.MapRoute
Creates a MapRoute object.
MapRoute(Route) - Constructor for class com.here.android.mpa.mapping.MapRoute
Creates a MapRoute with a specified Route.
MapRoute.RenderType - Enum in com.here.android.mpa.mapping
Render classification of the route.
MapState - Class in com.here.android.mpa.mapping
Represents a composite class comprised of tilt, orientation, zoom level and center point for a Map.
MapState(float, float, double, GeoCoordinate) - Constructor for class com.here.android.mpa.mapping.MapState
A constructor that initializes state values for tilt, orientation, zoom level, and map center.
MapTileSystemHelper() - Constructor for class com.here.android.mpa.mapping.MapRasterTileSource.MapTileSystemHelper
 
MapView - Class in com.here.android.mpa.mapping
Represents a map view.
MapView(Context) - Constructor for class com.here.android.mpa.mapping.MapView
Constructor that initializes the context.
MapView(Context, AttributeSet) - Constructor for class com.here.android.mpa.mapping.MapView
Constructor that initializes the context and a set of attributes.
MapView.TileSize - Enum in com.here.android.mpa.mapping
Tile resolution selection.
Media - Class in com.here.android.mpa.search
Represents the base class for additional rich content about a Place.
Media.Type - Enum in com.here.android.mpa.search
Represents values describing supported Media types for a Place.
MediaCollectionPage<T> - Class in com.here.android.mpa.search
Represents a base class for a paginateable collection of Media objects of a specific type.
MediaCollectionPageRequest<T> - Class in com.here.android.mpa.search
Represents an extended Request used to retrieve MediaCollectionPage information for a specific type of Media associated with a Place, by way of Places search services.
merge(GeoBoundingBox) - Method in class com.here.android.mpa.common.GeoBoundingBox
Merges two GeoBoundingBox objects by returning the smallest GeoBoundingBox covering both this GeoBoundingBox and the specified GeoBoundingBox.
mergeBoxes(List<GeoBoundingBox>) - Static method in class com.here.android.mpa.common.GeoBoundingBox
Merges multiple GeoBoundingBox objects by returning the smallest GeoBoundingBox covering all specified GeoBoundingBox objects.
MOVE_PRESERVE_ORIENTATION - Static variable in class com.here.android.mpa.mapping.Map
A valid orientation value that lies outside the minimum and maximum supported tilt range, used to indicate that the current orientation should be preserved.
MOVE_PRESERVE_TILT - Static variable in class com.here.android.mpa.mapping.Map
A valid value indicating that the tilt is to be preserved when calling compound Map transform operations.
MOVE_PRESERVE_ZOOM_LEVEL - Static variable in class com.here.android.mpa.mapping.Map
A valid zoom level value that lies outside the range of Map.getMinZoomLevel() and Map.getMaxZoomLevel(), used to indicate that the current zoom level should be preserved.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links
Copyright (c) 2011-2018 HERE Global B.V. All rights reserved.