Package | Description |
---|---|
com.here.android.mpa.mapping |
The mapping
package provides classes, interfaces, and enumerations that display an
interactive map, and related functionality that allows your application
to create and add map content.
|
Class and Description |
---|
Map
A
Map object represents a virtual model of the world. |
Map.Animation
Represents values that describe animation types for on-screen map movements.
|
Map.InfoBubbleAdapter
Interface for implementing custom info bubbles for
MapMarker objects. |
Map.OnSchemeChangedListener
Listener for
Map scheme changed events. |
Map.OnTransformListener
Listener for
Map transform events. |
Map.PixelResult
Result class for conversion of a GeoCoordinate to screen pixel coordinates.
|
Map.PixelResult.Error
Error code for the computation of GeoCoordinate to screen pixel coordinate projection
|
MapCircle
Represents a
MapObject in the shape of a circle. |
MapContainer
Represents a container that determines the stacking order of objects on a
Map . |
MapGesture
Encapsulates all user interactions and touch gestures.
|
MapGesture.OnGestureListener
Event Listener interface for gesture events.
|
MapMarker
Represents a marker used to display an icon at a geographical position on a map.
|
MapMarker.OnDragListener
Callback interface for drag events on
MapMarker objects. |
MapObject
Represents a base class for all map-related objects that users can add to a
Map . |
MapObject.Type |
MapPolygon
A graphical representation of a
GeoPolygon to be rendered on a map. |
MapPolyline
A graphical representation of a
GeoPolyline that
can be rendered on a map. |
MapRasterTileSource
Represents an interface for a map raster tile source, used to render custom tile images on top of
a
Map . |
MapRasterTileSource.TileResult
Result class for getting tile.
|
MapRasterTileSource.TileResult.Error
Error code for raster tile result.
|
MapRoute |
MapRoute.RenderType
Render classification of the route.
|
MapState
Represents a composite class comprised of tilt, orientation, zoom level and
center point for a
Map . |
MapView.TileSize
Tile resolution selection.
|
OnMapRenderListener
Represents an abstract class listener to provide notification upon completion of a
Map rendering event. |
PositionIndicator
Represents a class for rendering a map marker to indicate the current position.
|