- Image - Class in com.here.android.mpa.common
-
Encapsulates an image file.
- Image() - Constructor for class com.here.android.mpa.common.Image
-
- Image.Type - Enum in com.here.android.mpa.common
-
This helps the application know the base type of the Image
.
- ImageMedia - Class in com.here.android.mpa.search
-
Represents image content related to a
Place
.
- init(Context, OnEngineInitListener) - Method in class com.here.android.mpa.common.MapEngine
-
Asynchronously initialize the MapEngine
.
- init(OnEngineInitListener) - Method in class com.here.android.mpa.mapping.MapFragment
-
- init(Context, OnEngineInitListener) - Method in class com.here.android.mpa.mapping.MapFragment
-
- insert(GeoCoordinate, int) - Method in class com.here.android.mpa.common.GeoPolyline
-
Insert a point into the GeoPolyline
at index
- insertWaypoint(GeoCoordinate, int) - Method in class com.here.android.mpa.routing.RoutePlan
-
Inserts a waypoint into a list of existing waypoints.
- intersects(GeoBoundingBox) - Method in class com.here.android.mpa.common.GeoBoundingBox
-
Determines whether the intersection of this
GeoBoundingBox
instance and the specified
GeoBoundingBox
is non-empty.
- isAccuracyIndicatorVisible() - Method in class com.here.android.mpa.mapping.PositionIndicator
-
Gets the current visibility state of the GPS accuracy indicator.
- isActive() - Method in class com.here.android.mpa.common.PositioningManager
-
Determines whether the PositioningManager
is active and whether position updates are
being received.
- isAutoSnapToNorthEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether map automatically rotates to the north
if previous rotation did not exceed certain small amount of degrees starting from north.
- isBlocked() - Method in class com.here.android.mpa.routing.RouteTta
-
Whether this time to arrival is blocked.
- isBusy() - Method in class com.here.android.mpa.routing.RouteManager
-
Query whether the RouteManager is currently busy computing a route.
- isCachingEnabled() - Method in class com.here.android.mpa.mapping.MapRasterTileSource
-
Get whether tiles are cached to the file system
- isCarpoolAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Check if usage of HOV/Carpool roads is allowed.
- isDoubleTapEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether double-tap is enabled for the MapGesture
.
- isDraggable() - Method in class com.here.android.mpa.mapping.MapMarker
-
Returns a boolean indicating whether the marker is draggable.
- isEmpty() - Method in class com.here.android.mpa.common.GeoBoundingBox
-
- isFixedMapCenterOnMapRotateZoom() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether the transform center is applied on rotate and zoom
interactions.
- isInfoBubbleVisible() - Method in class com.here.android.mpa.mapping.MapMarker
-
Returns a boolean indicating if the info bubble is currently displayed on this marker.
- isKineticFlickEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether flick-to-scroll (with kinetic momentum) is enabled
for the MapGesture
.
- isLongPressEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether long-press is enabled for this MapGesture
.
- isManeuverNumberVisible() - Method in class com.here.android.mpa.mapping.MapRoute
-
Returns a boolean
indicating whether maneuver numbers are displayed along with this
route.
- isPanningEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether panning is enabled for this MapGesture
.
- isPedestrian() - Method in class com.here.android.mpa.common.RoadElement
-
Checks, if the road is allowed only for pedestrians.
- isPinchEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether pinch is enabled for this MapGesture
.
- isPlural() - Method in class com.here.android.mpa.common.RoadElement
-
Tests if the road element is plural.
- isRotateEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether two-finger rotation is enabled for this
MapGesture
.
- isShownAtZoomLevel(int) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
-
Determines whether raster tiles are shown at the specified zoom level of the Map
.
- isSingleTapEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether single-tap is enabled for this MapGesture
.
- isSponsored() - Method in class com.here.android.mpa.search.PlaceLink
-
Determines whether the search result is sponsored.
- isTiltEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether tilt is enabled for this MapGesture
.
- isTwoFingerPanningEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether two-finger panning interactions are enabled for
this MapGesture
.
- isTwoFingerTapEnabled() - Method in interface com.here.android.mpa.mapping.MapGesture
-
Returns a boolean value indicating whether two-finger tap is enabled for this
MapGesture
.
- isValid() - Method in class com.here.android.mpa.common.Image
-
Determines whether the Image
object contains a valid image.
- isValid() - Method in class com.here.android.mpa.common.ViewRect
-
Determines whether the ViewRect
object is valid.
- isValid() - Method in class com.here.android.mpa.routing.RouteTta
-
- isVisible() - Method in class com.here.android.mpa.mapping.MapContainer
-
Determines whether this MapContainer
is visible on the map.
- isVisible() - Method in class com.here.android.mpa.mapping.MapObject
-
Determines whether this MapObject
is visible on the map.
- isVisible() - Method in class com.here.android.mpa.mapping.PositionIndicator
-
Gets the boolean
indicating whether the PositionIndicator
instance is
visible.