See: Description
Interface | Description |
---|---|
OnEngineInitListener |
Represents a listener to provide notification of the engine status upon completion of
initialization.
|
PositioningManager.OnPositionChangedListener |
Represents an interface for position update listeners.
|
Class | Description |
---|---|
GeoBoundingBox |
Represents a rectangular area in a geographic coordinate system.
|
GeoCoordinate |
Represents a WGS84 coordinate with double precision.
|
GeoPolygon |
Represents a
GeoPolygon a polygon object defined in terms of the geographic coordinates of its vertices. |
GeoPolyline |
Interface representing a
GeoPolyline . |
GeoPosition |
Represents position, speed, and heading information as provided by a positioning device.
|
Image |
Encapsulates an image file.
|
MapEngine |
MapEngine manages all mapping resources and services provided in this SDK. |
PositioningManager |
Represents a manager for information received from positioning devices, such
as updates to the current position and the average speed.
|
RoadElement | |
ViewObject |
Represents the base class implementation for all objects that are selectable from a view.
|
ViewRect |
Represents a rectangle defined by the top-left corner's coordinate and the width and height of
the rectangle.
|
Enum | Description |
---|---|
CopyrightLogoPosition |
Represents values that describe on-display view positions for the HERE copyright logo.
|
Image.Type |
This helps the application know the base type of the
Image . |
OnEngineInitListener.Error |
Represents values describing initialization errors.
|
PositioningManager.LocationMethod |
Represents values describing the location method.
|
PositioningManager.LocationStatus |
Represents values describing the location status of a particular location method.
|
RoadElement.Attribute |
Defined values for different road attributes
|
RoadElement.FormOfWay |
Form of Way Types
|
RoadElement.PluralType |
Plural type identifies when a Junction is made up of multiple Road Elements.
|
ViewObject.Type |
Represents values describing various types of selectable view objects.
|
This package includes classes, interfaces, and enumerations that are generally used by other packages in the Android SDK.
However, the following classes are key classes that serves as the entry point to services provided by our SDK:
MapEngine
- is the entry point for all services provided. It must be initialized before using our services.PositioningManager
- is the entry point for our positioning service.com.here.android.mpa.common.MapActivity
- can be used for applications that uses our headless APIs without having to manually handle the MapEngine
setup.For more information, please refer to our User Guide or the documentation provided by the individual classes above.