- describeContents() - Method in class com.here.android.mpa.mapping.MapState
-
- DiscoveryLink - Class in com.here.android.mpa.search
-
Represents a discovery-related API link, used to retrieve a DiscoveryResultPage
.
- DiscoveryRequest - Class in com.here.android.mpa.search
-
Represents an extended Request
used to retrieve a DiscoveryResultPage
object by
way of Places search services.
- DiscoveryResult - Class in com.here.android.mpa.search
-
- DiscoveryResult.ResultType - Enum in com.here.android.mpa.search
-
Represents values describing possible DiscoveryResult
types.
- DiscoveryResultPage - Class in com.here.android.mpa.search
-
Represents a paginated collection of results from a request.
- dispatchRestoreInstanceState(SparseArray<Parcelable>) - Method in class com.here.android.mpa.mapping.MapView
-
Override to prevent thawing of any child views.
- dispatchSaveInstanceState(SparseArray<Parcelable>) - Method in class com.here.android.mpa.mapping.MapView
-
Override to prevent freezing of any child views.
- distanceTo(GeoCoordinate) - Method in class com.here.android.mpa.common.GeoCoordinate
-
Calculates the distance (using the Haversine formula), as measured in meters, between this
GeoCoordinate
and the specified GeoCoordinate
.