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

G

GeoBoundingBox - Class in com.here.android.mpa.common
Represents a rectangular area in a geographic coordinate system.
GeoBoundingBox(GeoCoordinate, GeoCoordinate) - Constructor for class com.here.android.mpa.common.GeoBoundingBox
Creates a GeoBoundingBox with specified top-left and bottom-right coordinates.
GeoBoundingBox(GeoCoordinate, float, float) - Constructor for class com.here.android.mpa.common.GeoBoundingBox
Creates a GeoBoundingBox with a specified center and width and height in distance.
GeocodeRequest - Class in com.here.android.mpa.search
Deprecated.
As of release 3.6. Use GeocodeRequest2 instead.
GeocodeRequest(String) - Constructor for class com.here.android.mpa.search.GeocodeRequest
Deprecated.
Creates a geocoder request that resolves a free text query into a Location.
GeocodeRequest2 - Class in com.here.android.mpa.search
GeocodeRequest2 represents an extended Request used to retrieve Location data by way of Geocoder search services.
GeocodeRequest2(String) - Constructor for class com.here.android.mpa.search.GeocodeRequest2
Creates a geocoder request that resolves a free text query into a Location.
GeocodeResult - Class in com.here.android.mpa.search
Represents the result of a geocode request.
GeoCoordinate - Class in com.here.android.mpa.common
Represents a WGS84 coordinate with double precision.
GeoCoordinate(double, double) - Constructor for class com.here.android.mpa.common.GeoCoordinate
Creates a GeoCoordinate with specified latitude and longitude values.
GeoCoordinate(double, double, double) - Constructor for class com.here.android.mpa.common.GeoCoordinate
Creates a GeoCoordinate with specified latitude, longitude and altitude values.
GeoCoordinate(GeoCoordinate) - Constructor for class com.here.android.mpa.common.GeoCoordinate
Creates a copy of an existing GeoCoordinate object.
GeoPolygon - Class in com.here.android.mpa.common
Represents a GeoPolygon a polygon object defined in terms of the geographic coordinates of its vertices.
GeoPolygon() - Constructor for class com.here.android.mpa.common.GeoPolygon
Default Constructor
GeoPolygon(List<GeoCoordinate>) - Constructor for class com.here.android.mpa.common.GeoPolygon
Constructor that creates a new instance of GeoPolygon from a list of points.
GeoPolyline - Class in com.here.android.mpa.common
Interface representing a GeoPolyline.
GeoPolyline() - Constructor for class com.here.android.mpa.common.GeoPolyline
Public Constructor
GeoPolyline(List<GeoCoordinate>) - Constructor for class com.here.android.mpa.common.GeoPolyline
Creates a GeoPolyline from a list of points.
GeoPosition - Class in com.here.android.mpa.common
Represents position, speed, and heading information as provided by a positioning device.
GeoPosition(GeoCoordinate) - Constructor for class com.here.android.mpa.common.GeoPosition
Public constructor
GeoPosition(GeoCoordinate, double, double, float, float, float, Date, String) - Constructor for class com.here.android.mpa.common.GeoPosition
Public constructor
getAction() - Method in class com.here.android.mpa.routing.Maneuver
Gets the Maneuver.Action required to complete the maneuver.
getAdditionalData() - Method in class com.here.android.mpa.search.Address
Gets additional address data.
getAddress() - Method in class com.here.android.mpa.search.Location
Gets the Address for the Location.
getAllMapObjects() - Method in class com.here.android.mpa.mapping.MapContainer
Returns the list of all MapObject objects within this MapContainer.
getAlternativeNames() - Method in class com.here.android.mpa.search.Place
Gets the alternative names for the Place.
getAlternativeReferenceIds(String) - Method in class com.here.android.mpa.search.Location
Get a list of alternative identifiers of the same reference identifier for a specific domain.
getAlternativeReferenceIds(String) - Method in class com.here.android.mpa.search.Place
Get a list of alternative identifiers of the same reference identifier for a specific domain.
getAlternativeReferenceIds(String) - Method in class com.here.android.mpa.search.PlaceLink
Get a list of alternative identifiers of the same reference identifier for a specific domain.
getAltitude() - Method in class com.here.android.mpa.common.GeoCoordinate
Gets the current altitude, as measured in meters above sea level, of the GeoCoordinate (z-axis on a map).
getAltitudeAccuracy() - Method in class com.here.android.mpa.common.GeoPosition
Gets the current altitude accuracy as measured by the enabled positioning device.
getAnchorPoint() - Method in class com.here.android.mpa.mapping.MapMarker
Returns the anchor point for this MapMarker.
getAngle() - Method in class com.here.android.mpa.routing.Maneuver
The angle of the maneuver.
getAttributes() - Method in class com.here.android.mpa.common.RoadElement
Gets the road attributes.
getAttribution() - Method in class com.here.android.mpa.search.ExtendedAttribute
Gets a ready-to-display (HTML formatted) string containing the source attribution text for this place.
getAttributionText() - Method in class com.here.android.mpa.search.Media
Gets the String representation of the attribution text for the Media, according to the terms and conditions of the originating source.
getAttributionText() - Method in class com.here.android.mpa.search.Place
Gets the String representation of the attribution text for the Place.
getAvailable() - Method in class com.here.android.mpa.search.MediaCollectionPage
Gets the total number of available Media items within the MediaCollectionPage.
getAverage() - Method in class com.here.android.mpa.search.RatingMedia
Gets the average rating for the Place.
getAverage() - Method in class com.here.android.mpa.search.Ratings
Gets the average rating for the Place.
getAverageRating() - Method in class com.here.android.mpa.search.PlaceLink
Gets the average rating for a Place.
getAverageSpeed() - Method in class com.here.android.mpa.common.PositioningManager
Gets the average speed of travel, in meters per second.
getAverageSpeed() - Method in class com.here.android.mpa.common.RoadElement
Gets the average speed of the road element.
getBaseType() - Method in class com.here.android.mpa.common.ViewObject
Returns the real implementation type of the ViewObject.
getBaseType() - Method in class com.here.android.mpa.mapping.MapObject
 
getBitmap() - Method in class com.here.android.mpa.common.Image
Creates an android.graphics.Bitmap from this Image if the type is Image.Type.BITMAP, null otherwise.
getBottomRight() - Method in class com.here.android.mpa.common.GeoBoundingBox
Gets the current bottom-right coordinate of the GeoBoundingBox.
getBoundingArea() - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Gets the GeoBoundingBox representing the bounding area within which raster tiles are visible.
getBoundingBox() - Method in class com.here.android.mpa.common.GeoPolyline
Get the geographic bounding box that contains this GeoPolyline.
getBoundingBox() - Method in class com.here.android.mpa.mapping.Map
Returns the current visible map area as a GeoBoundingBox.
getBoundingBox() - Method in class com.here.android.mpa.routing.Maneuver
Gets the GeoBoundingBox of the maneuver, which is a group of GeoCoordinates forming a polygon
getBoundingBox() - Method in class com.here.android.mpa.routing.Route
Gets the smallest GeoBoundingBox that contains the entire route.
getBoundingBox() - Method in class com.here.android.mpa.search.AutoSuggestPlace
Gets the GeoBoundingBox describing a range of coordinates that correspond to the Place.
getBoundingBox() - Method in class com.here.android.mpa.search.AutoSuggestSearch
Gets the GeoBoundingBox describing a range of coordinates that correspond to the Place.
getBoundingBox() - Method in class com.here.android.mpa.search.Location
Gets the GeoBoundingBox representing the map view bounding box for the Location.
getBoundingBox() - Method in class com.here.android.mpa.search.PlaceLink
Gets the GeoBoundingBox describing a range of coordinates that correspond to the Place.
getBoundingBoxContainingGeoCoordinates(List<GeoCoordinate>) - Static method in class com.here.android.mpa.common.GeoBoundingBox
Constructs a GeoBoundingBox which contains all coordinates in an array.
getCacheExpiration() - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Get the cache expiration time
getCategories() - Method in class com.here.android.mpa.search.Place
Gets the list of Category objects assigned to the Place.
getCategory() - Method in class com.here.android.mpa.search.AutoSuggestPlace
Gets the category for the Place.
getCategory() - Method in class com.here.android.mpa.search.AutoSuggestSearch
Gets the category for the suggested search.
getCategory() - Method in class com.here.android.mpa.search.PlaceLink
Gets the Category for the Place.
getCenter() - Method in class com.here.android.mpa.common.GeoBoundingBox
Gets the center GeoCoordinate of the GeoBoundingBox.
getCenter() - Method in class com.here.android.mpa.mapping.Map
Returns the GeoCoordinate location at the current center of this Map.
getCenter() - Method in class com.here.android.mpa.mapping.MapCircle
Returns the GeoCoordinate representing the current center of the MapCircle.
getCenter() - Method in class com.here.android.mpa.mapping.MapState
Returns the GeoCoordinate representing the center position.
getCity() - Method in class com.here.android.mpa.search.Address
Gets the current city name for the Address.
getCollectionSize() - Method in class com.here.android.mpa.search.DiscoveryRequest
Gets the current collection size being used for request responses.
getCollectionSize() - Method in class com.here.android.mpa.search.GeocodeRequest
Deprecated.
Gets the current collection size being used for request responses.
getCollectionSize() - Method in class com.here.android.mpa.search.GeocodeRequest2
Gets the current collection size being used for request responses.
getCollectionSize() - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Gets the current collection size being used for request responses.
getColor() - Method in class com.here.android.mpa.mapping.MapRoute
Returns the current ARGB (Alpha/Red/Green/Blue) integer color value used to display this route.
getContacts() - Method in class com.here.android.mpa.search.Place
Gets the list of Contact objects for the Place.
getContent() - Method in class com.here.android.mpa.search.PlaceRequest
Returns the names of requested place content sources that was added using PlaceRequest.addContent(String).
getCoordinate() - Method in class com.here.android.mpa.common.GeoPosition
Gets the current GeoCoordinate as measured by the enabled positioning device.
getCoordinate() - Method in class com.here.android.mpa.mapping.MapMarker
Returns the current map GeoCoordinate for this MapMarker.
getCoordinate() - Method in class com.here.android.mpa.routing.Maneuver
Gets the GeoCoordinate of the maneuver.
getCoordinate() - Method in class com.here.android.mpa.search.Location
Gets the GeoCoordinate indicating where the map marker for the Location is rendered.
getCopyrightBoundaryRect() - Method in class com.here.android.mpa.mapping.MapFragment
Gets the current HERE copyright logo's boundary rectangle.
getCopyrightBoundaryRect() - Method in class com.here.android.mpa.mapping.MapView
Gets the current rectangle relative to the view group as a container for the HERE copyright logo.
getCopyrightLogoHeight() - Method in class com.here.android.mpa.mapping.MapFragment
Returns the height of the copyright logo.
getCopyrightLogoHeight() - Method in class com.here.android.mpa.mapping.MapView
Gets the height of the copyright logo.
getCopyrightLogoPosition() - Method in class com.here.android.mpa.mapping.MapFragment
Returns the on-screen position of the HERE copyright logo as a CopyrightLogoPosition value.
getCopyrightLogoPosition() - Method in class com.here.android.mpa.mapping.MapView
Gets the current position for the HERE copyright logo.
getCopyrightLogoVisibility() - Method in class com.here.android.mpa.mapping.MapView
Gets the visibility of the HERE copyright logo.
getCopyrightLogoWidth() - Method in class com.here.android.mpa.mapping.MapFragment
Returns the width of the copyright logo.
getCopyrightLogoWidth() - Method in class com.here.android.mpa.mapping.MapView
Gets the width of the copyright logo.
getCopyrightMargin() - Method in class com.here.android.mpa.mapping.MapFragment
Returns the current margin for the HERE copyright logo, in number of pixels, as an offset from the edge of the visible map area to the edge of the logo.
getCopyrightMargin() - Method in class com.here.android.mpa.mapping.MapView
Gets the current margin, in pixels, for the HERE copyright logo, an offset from the edge of the visible map area to the edge of the logo.
getCount() - Method in class com.here.android.mpa.search.RatingMedia
Gets the count of individual contributions that users provided for rating the Place.
getCount() - Method in class com.here.android.mpa.search.Ratings
Gets the count of individual contributions that users provided for rating the Place.
getCountryCode() - Method in class com.here.android.mpa.search.Address
Gets the current ISO 3166-1 (3-letter) country code for the Address.
getCountryName() - Method in class com.here.android.mpa.search.Address
Gets the current country name for the Address.
getCounty() - Method in class com.here.android.mpa.search.Address
Gets the current county name for the Address.
getData() - Method in class com.here.android.mpa.mapping.MapRasterTileSource.TileResult
Get the retrieved tile.
getDate() - Method in class com.here.android.mpa.search.ReviewMedia
Gets the date when the user contributed the review.
getDescription() - Method in class com.here.android.mpa.mapping.MapMarker
Gets the current description text.
getDescription() - Method in class com.here.android.mpa.search.EditorialMedia
Gets the String representation of the description for the editorial.
getDescription() - Method in class com.here.android.mpa.search.ReviewMedia
Gets the review content for the Place.
getDestination() - Method in class com.here.android.mpa.routing.Route
Gets the destination coordinate for the route.
getDetails() - Method in enum com.here.android.mpa.common.OnEngineInitListener.Error
 
getDetails() - Method in class com.here.android.mpa.routing.RouteTta
Details of the blockage (if any).
getDetailsRequest() - Method in class com.here.android.mpa.search.PlaceLink
Gets the request to retrieve the Place details.
getDimensionHref(int, int) - Method in class com.here.android.mpa.search.ImageMedia
Get the HREF to retrieve an image with specific width-height dimensions.
getDiscoveryLinks() - Method in class com.here.android.mpa.search.DiscoveryResultPage
Gets the list of DiscoveryLink items for the DiscoveryResultPage.
getDistance() - Method in class com.here.android.mpa.search.PlaceLink
Gets the distance to the Place, in meters.
getDistanceFromPreviousManeuver() - Method in class com.here.android.mpa.routing.Maneuver
Gets the distance from the previous maneuver to the current maneuver, in meters.
getDistanceFromStart() - Method in class com.here.android.mpa.routing.Maneuver
Gets the distance from the start of the route to the maneuver, in meters.
getDistanceToNextManeuver() - Method in class com.here.android.mpa.routing.Maneuver
Gets the distance to the next maneuver from the current maneuver, in meters.
getDistrict() - Method in class com.here.android.mpa.search.Address
Gets the current district name for the Address.
getDuration() - Method in class com.here.android.mpa.routing.RouteTta
Gets the duration in seconds.
getEditorials() - Method in class com.here.android.mpa.search.Place
Gets the MediaCollectionPage containing EditorialMedia content for the Place.
getElements() - Method in class com.here.android.mpa.routing.RouteElements
Returns the list of RouteElement.
getError() - Method in class com.here.android.mpa.mapping.Map.PixelResult
Get the Map.PixelResult.Error of the GeoCoordinate to screen Pixel conversion.
getError() - Method in class com.here.android.mpa.mapping.MapRasterTileSource.TileResult
Get the MapRasterTileSource.TileResult.Error for get tile operation
getExitText() - Method in class com.here.android.mpa.routing.Signpost
Returns the exit text on the Signpost
getExtendedAttributes() - Method in class com.here.android.mpa.search.Place
Gets additional information about a Place, a list of ExtendedAttribute objects that can include information such as: payment - A list of available payment methods (such as cash, credit card, direct debit, etc.) openingHours - A list of hours during which the place is open for business annualClosings - A description of annual closing dates such as holidays or other special occasions price - A price list nearestLandmark - A description of the nearest landmark languagesSpoken - A list of the languages that are spoken at the place availableParking - A list of parking options available nearby smoking - Whether smoking is allowed disabledAccess - Whether disabled access is available
getFillColor() - Method in class com.here.android.mpa.mapping.MapCircle
Returns the current fill color for this MapCircle, returning an ARGB (Alpha/Red/Green/Blue) integer color value.
getFillColor() - Method in class com.here.android.mpa.mapping.MapPolygon
Returns the current fill color for this MapPolygon, returning an ARGB (Alpha/Red/Green/Blue) integer color value.
getFirstManeuver() - Method in class com.here.android.mpa.routing.Route
Returns the first Maneuver.
getFloorNumber() - Method in class com.here.android.mpa.search.Address
Gets the current floor number (in a multi-story building) for the Address.
getFormOfWay() - Method in class com.here.android.mpa.common.RoadElement
Gets the form of way.
getGeometry() - Method in class com.here.android.mpa.common.RoadElement
 
getGeometry() - Method in class com.here.android.mpa.routing.RouteElement
Returns the geometry of the route element.
getGeometry() - Method in class com.here.android.mpa.routing.RouteElements
Returns the GeoPolyline.
getGeometryLength() - Method in class com.here.android.mpa.common.RoadElement
Returns the length of the polyline associated with this RoadElement in meters.
getHeading(GeoCoordinate) - Method in class com.here.android.mpa.common.GeoCoordinate
Returns heading from this point to the given coordinate in degrees.
getHeading() - Method in class com.here.android.mpa.common.GeoPosition
Gets the current course heading as measured by the enabled positioning device.
getHeight() - Method in class com.here.android.mpa.common.GeoBoundingBox
Gets the current GeoBoundingBox height, in degrees.
getHeight() - Method in class com.here.android.mpa.common.Image
Gets the current height of the Image, in pixels.
getHeight() - Method in class com.here.android.mpa.common.ViewRect
Gets the current height, in pixels, of the ViewRect.
getHeight() - Method in class com.here.android.mpa.mapping.Map
Returns the current height of this Map, in number of pixels.
getHighlightedTitle() - Method in class com.here.android.mpa.search.AutoSuggest
Gets the display title for this place, with HTML markup highlighting the parts of the string that were matched.
getHighlightedVicinity() - Method in class com.here.android.mpa.search.AutoSuggestPlace
 
getHouseNumber() - Method in class com.here.android.mpa.search.Address
Gets the current house number for the Address.
getIcon() - Method in class com.here.android.mpa.mapping.MapMarker
Returns the icon image for this MapMarker.
getIcon() - Method in class com.here.android.mpa.routing.Maneuver
Gets the Maneuver.Icon for the maneuver.
getIconUrl() - Method in class com.here.android.mpa.search.Category
Gets the URL to retrieve the icon for the Category.
getIconUrl() - Method in class com.here.android.mpa.search.DiscoveryLink
Gets the URL to retrieve the icon for the resource to which the Link refers.
getIconUrl() - Method in class com.here.android.mpa.search.DiscoveryResult
Gets the URL to retrieve the icon for the resource to which the Link refers.
getIconUrl() - Method in class com.here.android.mpa.search.Link
Gets the URL to retrieve the icon for the resource to which the Link refers.
getIconUrl() - Method in class com.here.android.mpa.search.Place
Gets the URL to retrieve the icon that best represents the Place.
getIconUrl() - Method in class com.here.android.mpa.search.SupplierLink
Gets the URL to retrieve the icon for the resource to which the Link refers.
getId() - Method in class com.here.android.mpa.search.AutoSuggestPlace
 
getId() - Method in class com.here.android.mpa.search.Category
Gets the unique identifier for the Category.
getId() - Method in class com.here.android.mpa.search.DiscoveryLink
Gets the unique identifier for the resource to which the Link refers.
getId() - Method in class com.here.android.mpa.search.DiscoveryResult
Gets the unique identifier for the resource to which the Link refers.
getId() - Method in class com.here.android.mpa.search.ExtendedAttribute
Gets the identifier for the ExtendedAttribute.
getId() - Method in class com.here.android.mpa.search.ImageMedia
Gets the unique identifier for the Image.
getId() - Method in class com.here.android.mpa.search.Link
Gets the unique identifier for the resource to which the Link refers.
getId() - Method in class com.here.android.mpa.search.Location
Gets the String representation of the unique ID for the Location.
getId() - Method in class com.here.android.mpa.search.Place
Gets the unique identifier for the Place.
getId() - Method in class com.here.android.mpa.search.ReviewMedia
Get the review identifier.
getId() - Method in class com.here.android.mpa.search.SupplierLink
Gets the unique identifier for the resource to which the Link refers.
getImages() - Method in class com.here.android.mpa.search.Place
Gets the MediaCollectionPage containing ImageMedia content for the Place.
getInfoBubble(MapMarker) - Method in interface com.here.android.mpa.mapping.Map.InfoBubbleAdapter
Provide a custom info bubble for the marker.
getInfoBubbleContents(MapMarker) - Method in interface com.here.android.mpa.mapping.Map.InfoBubbleAdapter
Provide custom contents for the info bubble.
getInfoBubbleHashCode() - Method in class com.here.android.mpa.mapping.MapMarker
Returns non-zero hash code of the info bubble if it is showing.
getInstance() - Static method in class com.here.android.mpa.common.MapEngine
Returns the MapEngine singleton, if one has already been created.
getInstance() - Static method in class com.here.android.mpa.common.PositioningManager
Get access to the PositioningManager Singleton
getIsoLanguageCode() - Method in class com.here.android.mpa.search.EditorialMedia
Gets the ISO language code for the editorial content.
getIsoLanguageCode() - Method in class com.here.android.mpa.search.ReviewMedia
Gets the ISO language code identifying the language in which the review is available.
getItems() - Method in class com.here.android.mpa.search.DiscoveryResultPage
Gets the list of DiscoveryResult items for the DiscoveryResultPage.
getItems() - Method in class com.here.android.mpa.search.MediaCollectionPage
Gets the list of Media items from the current page of the collection.
getLabel() - Method in class com.here.android.mpa.search.ContactDetail
Gets the localized label for the ContactDetail, describing the mechanism by which application users can contact the Place (e.g.
getLabel() - Method in class com.here.android.mpa.search.ExtendedAttribute
Gets the localized display label for the ExtendedAttribute.
getLastKnownPosition() - Method in class com.here.android.mpa.common.PositioningManager
Returns the last known (cached) position from the best available provider.
getLatitude() - Method in class com.here.android.mpa.common.GeoCoordinate
Gets the current latitude, as measured in degrees, of the GeoCoordinate.
getLatitudeAccuracy() - Method in class com.here.android.mpa.common.GeoPosition
Gets the current latitude accuracy as measured by the enabled positioning device.
getLength() - Method in class com.here.android.mpa.routing.Route
Gets the length of the route, in meters.
getLineColor() - Method in class com.here.android.mpa.mapping.MapCircle
Returns the current border line color for this MapCircle, as an ARGB (Alpha/Red/Green/Blue) integer color value.
getLineColor() - Method in class com.here.android.mpa.mapping.MapPolygon
Returns the current border line color for this MapPolygon, returning an ARGB (Alpha/Red/Green/Blue) integer color value.
getLineColor() - Method in class com.here.android.mpa.mapping.MapPolyline
Gets the current line color for this MapPolyline, returning an ARGB (Alpha/Red/Green/Blue) integer color value.
getLineWidth() - Method in class com.here.android.mpa.mapping.MapCircle
Returns the current border line width for this MapCircle, in pixels.
getLineWidth() - Method in class com.here.android.mpa.mapping.MapPolygon
Returns the current border line width for the MapPolygon, in pixels.
getLineWidth() - Method in class com.here.android.mpa.mapping.MapPolyline
Returns the current line width for this MapPolyline, in pixels.
getLocation() - Method in class com.here.android.mpa.search.GeocodeResult
The location data of the geocode result.
getLocation() - Method in class com.here.android.mpa.search.Place
Gets the physical Location of the Place.
getLocationMethod() - Method in class com.here.android.mpa.common.PositioningManager
Gets the method type used to determine positioning.
getLocationStatus(PositioningManager.LocationMethod) - Method in class com.here.android.mpa.common.PositioningManager
Gets the status for a specified LocationMethod.
getLongitude() - Method in class com.here.android.mpa.common.GeoCoordinate
Gets the current longitude, as measured in degrees, of the GeoCoordinate.
getLongitudeAccuracy() - Method in class com.here.android.mpa.common.GeoPosition
Gets the current longitude accuracy as measured by the enabled positioning device.
getManeuverGeometry() - Method in class com.here.android.mpa.routing.Maneuver
Puts all points of the maneuvers polyline in the right order into the given collection.
getManeuvers() - Method in class com.here.android.mpa.routing.Route
Gets the list of all maneuvers that travelers will encounter along the route.
getMap() - Method in class com.here.android.mpa.mapping.MapFragment
Returns the instance of Map associated with this map fragment
getMap() - Method in class com.here.android.mpa.mapping.MapView
Returns the instance of Map associated with this MapView
getMapDisplayLanguage() - Method in class com.here.android.mpa.mapping.Map
Get the language which the Map is set to render
getMapGesture() - Method in class com.here.android.mpa.mapping.MapFragment
Returns the MapGesture object representing the current gesture handler for the MapFragment.
getMapGesture() - Method in class com.here.android.mpa.mapping.MapView
Gets the MapGesture representing the current gesture handler for the MapView.
getMapOrientation() - Method in class com.here.android.mpa.routing.Maneuver
Gets the map orientation at the start of the maneuver, in degrees.
getMapScheme() - Method in class com.here.android.mpa.mapping.Map
Returns the current scheme for the Map.
getMapSchemes() - Method in class com.here.android.mpa.mapping.Map
Returns a list containing all supported schemes for the Map.
getMapSecondaryDisplayLanguage() - Method in class com.here.android.mpa.mapping.Map
Get the secondary language which the Map is set to render
getMarker() - Method in class com.here.android.mpa.mapping.PositionIndicator
Gets the current marker image.
getMatchLevel() - Method in class com.here.android.mpa.search.GeocodeResult
Shows the level of the most precise area information for the match, district, city or a higher administrative level.
getMatchQuality() - Method in class com.here.android.mpa.search.GeocodeResult
Details about the quality of the result.
getMaxZoomLevel() - Method in class com.here.android.mpa.mapping.Map
Returns the highest valid zoom level for Map, representing the closest view near the street-level
getMinZoomLevel() - Method in class com.here.android.mpa.mapping.Map
Returns the lowest valid zoom level for Map, representing the most distant view away from street-level.
getName() - Method in class com.here.android.mpa.search.Category
Gets the localized display name for the Category.
getName() - Method in class com.here.android.mpa.search.Place
Gets the display name for the Place.
getName() - Method in class com.here.android.mpa.search.SupplierLink
Gets the name of the supplier that provided the the Link.
getName() - Method in class com.here.android.mpa.search.UserLink
Gets the name of the user that provided the the Link.
getNearest(GeoCoordinate) - Method in class com.here.android.mpa.common.GeoPolyline
Gets the GeoCoordinate along the path of the MapPolyline that is closest to the specified GeoCoordinate.
getNearestIndex(GeoCoordinate) - Method in class com.here.android.mpa.common.GeoPolyline
Gets the index in the path array that is closest to the specified GeoCoordinate.
getNextPageRequest() - Method in class com.here.android.mpa.search.DiscoveryResultPage
Gets the DiscoveryRequest for requesting the next page of the DiscoveryResultPage.
getNextPageRequest() - Method in class com.here.android.mpa.search.MediaCollectionPage
Gets the MediaCollectionPageRequest for requesting the next page of the MediaCollectionPage.
getNextRoadName() - Method in class com.here.android.mpa.routing.Maneuver
Gets the name of the road to which the maneuver leads.
getNextRoadNumber() - Method in class com.here.android.mpa.routing.Maneuver
Gets the road number to which the maneuver leads.
getNumberOfLanes() - Method in class com.here.android.mpa.common.RoadElement
Gets number of lanes in this road element.
getNumberOfPoints() - Method in class com.here.android.mpa.common.GeoPolyline
Get the total number of points currently in the GeoPolyline.
getOffsetCount() - Method in class com.here.android.mpa.search.DiscoveryResultPage
Gets the result offset count for the current page of the DiscoveryResultPage.
getOffsetCount() - Method in class com.here.android.mpa.search.MediaCollectionPage
Gets the collection offset count for the current page of the MediaCollectionPage.
getOrientation() - Method in class com.here.android.mpa.mapping.MapState
Returns the orientation, in degrees relative to true-north (which is designated as being an orientation of 0 degrees).
getParent() - Method in class com.here.android.mpa.mapping.MapObject
Returns the parent of this MapObject.
getParent() - Method in class com.here.android.mpa.search.Category
Gets the parent Category for the Category.
getPlaceDetailsRequest() - Method in class com.here.android.mpa.search.AutoSuggestPlace
Gets the request to retrieve the Place details.
getPlaceLinks() - Method in class com.here.android.mpa.search.DiscoveryResultPage
Gets the list of PlaceLink items for the DiscoveryResultPage.
getPluralType() - Method in class com.here.android.mpa.common.RoadElement
Gets the plural type of the road element.
getPoint(int) - Method in class com.here.android.mpa.common.GeoPolyline
Get a point in the GeoPolyline.
getPosition() - Method in class com.here.android.mpa.common.PositioningManager
Gets the GeoPosition for the current PositioningManager.LocationMethod if available.
getPosition() - Method in class com.here.android.mpa.search.AutoSuggestPlace
Gets the GeoCoordinate representing the geographical position of the Place.
getPosition() - Method in class com.here.android.mpa.search.AutoSuggestSearch
Gets the GeoCoordinate representing the geographical position of the suggested search.
getPosition() - Method in class com.here.android.mpa.search.PlaceLink
Gets the GeoCoordinate representing the geographical position of the Place.
getPositionIndicator() - Method in class com.here.android.mpa.mapping.Map
Returns the PositionIndicator instance that renders the current position with a marker.
getPositionSource() - Method in class com.here.android.mpa.common.GeoPosition
Gets the position source for the last position measured by the enabled positioning device.
getPostalCode() - Method in class com.here.android.mpa.search.Address
Gets the current postal code for the Address.
getPreviousPageRequest() - Method in class com.here.android.mpa.search.DiscoveryResultPage
Gets the DiscoveryRequest for requesting the previous page of the DiscoveryResultPage.
getPreviousPageRequest() - Method in class com.here.android.mpa.search.MediaCollectionPage
Gets the MediaCollectionPageRequest for requesting the previous page of the MediaCollectionPage.
getQueryCompletion() - Method in class com.here.android.mpa.search.AutoSuggestQuery
 
getRadius() - Method in class com.here.android.mpa.mapping.MapCircle
Returns the current radius of the MapCircle, in meters.
getRating() - Method in class com.here.android.mpa.search.ReviewMedia
Gets the rating that the contributor of the review gave to the Place.
getRatings() - Method in class com.here.android.mpa.search.Place
Gets the MediaCollectionPage containing RatingMedia content for the Place.
getReference(String) - Method in class com.here.android.mpa.search.Location
Get the reference identifier for a specific domain.
getReference(String) - Method in class com.here.android.mpa.search.Place
Get the reference identifier for a specific domain.
getReference(String) - Method in class com.here.android.mpa.search.PlaceLink
Get the reference identifier for a specific domain.
getReferences() - Method in class com.here.android.mpa.search.DiscoveryRequest
This function returns the names of requested reference identifiers to be returned in the results.
getReferences() - Method in class com.here.android.mpa.search.PlaceRequest
This function returns the names of requested reference identifiers to be returned in the results.
getRelated() - Method in class com.here.android.mpa.search.Place
Gets the related places (where available) that might also interest an application user viewing information for the Place.
getRelevance() - Method in class com.here.android.mpa.search.GeocodeResult
The relevance of the result location to the original search parameters.
getRenderType() - Method in class com.here.android.mpa.mapping.MapRoute
Get the RenderType associated with this MapRoute.
getReportingLink() - Method in class com.here.android.mpa.search.Place
Gets the link for getting options for reporting an place because, for example, if it contains inappropriate content or the place does not exists.
getRequest() - Method in class com.here.android.mpa.search.AutoSuggestQuery
Gets the request to perform a auto suggested search.
getRequest() - Method in class com.here.android.mpa.search.DiscoveryLink
Gets the DiscoveryRequest to perform the next discovery search.
getResult() - Method in class com.here.android.mpa.mapping.Map.PixelResult
Get the result of the GeoCoordinate to screen Pixel conversion.
getResultType() - Method in class com.here.android.mpa.search.DiscoveryResult
Gets the ResultType for the DiscoveryResult.
getReviews() - Method in class com.here.android.mpa.search.Place
Gets the MediaCollectionPage containing ReviewMedia content for the Place.
getRichTextFormatting() - Method in class com.here.android.mpa.search.DiscoveryRequest
Gets the current RichTextFormatting type being used in request responses.
getRichTextFormatting() - Method in class com.here.android.mpa.search.PlaceRequest
Gets the current RichTextFormatting type being used in request responses.
getRichTextFormatting() - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Gets the current RichTextFormatting type being used in request responses.
getRoadElement() - Method in class com.here.android.mpa.routing.RouteElement
Returns the RoadElement associated with this RouteElement.
getRoadElements() - Method in class com.here.android.mpa.routing.Maneuver
Returns a list of RoadElements within the maneuver.
getRoadName() - Method in class com.here.android.mpa.common.RoadElement
Gets the name of the road element.
getRoadName() - Method in class com.here.android.mpa.routing.Maneuver
Gets the name of the road on which the maneuver takes place.
getRoadNumber() - Method in class com.here.android.mpa.routing.Maneuver
Gets the road number on which the maneuver takes place, a short label for the road or highway (e.g.
getRoute() - Method in class com.here.android.mpa.mapping.MapRoute
Returns the Route that has been displayed on the Map.
getRoute() - Method in class com.here.android.mpa.routing.RouteResult
Returns the Route in the RouteResult.
getRouteCount() - Method in class com.here.android.mpa.routing.RouteOptions
Gets the current desired number of route
getRouteElements() - Method in class com.here.android.mpa.routing.Maneuver
Returns a list of RouteElement within the maneuver
getRouteElements() - Method in class com.here.android.mpa.routing.Route
 
getRouteElements(Maneuver) - Method in class com.here.android.mpa.routing.Route
Gets the RouteElements belonging to this Maneuver.
getRouteElementsFromDuration(long) - Method in class com.here.android.mpa.routing.Route
Gets the RouteElements for a given duration (in seconds) from the start of the route.
getRouteElementsFromDuration(long, long) - Method in class com.here.android.mpa.routing.Route
Gets the RouteElements for a given duration (in seconds) within the route.
getRouteElementsFromLength(int) - Method in class com.here.android.mpa.routing.Route
Gets the RouteElements for a given distance (in meters) within the route.
getRouteElementsFromLength(int, int) - Method in class com.here.android.mpa.routing.Route
Gets the RouteElements for a given distance (in meters) within the route.
getRouteGeometry() - Method in class com.here.android.mpa.routing.Route
Gets the list of all GeoCoordinate values representing, in order, the polyline of the route.
getRouteName() - Method in class com.here.android.mpa.common.RoadElement
Gets the route name of the road element.
getRouteOptions() - Method in class com.here.android.mpa.routing.RoutePlan
Gets the route options.
getRoutePlan() - Method in class com.here.android.mpa.routing.Route
Returns the route plan for defining a route with one or more route legs.
getRouteType() - Method in class com.here.android.mpa.routing.RouteOptions
Gets the Route Type, see RouteOptions.Type for valid values
getScaleFromZoomLevel(double) - Method in class com.here.android.mpa.mapping.Map
Returns a map scale value based on the specified zoom level.
getSelectedObjects(PointF) - Method in class com.here.android.mpa.mapping.Map
Returns the list of selectable ViewObject instances which are located at the specified screen pixel coordinates.
getSelectedObjects(ViewRect) - Method in class com.here.android.mpa.mapping.Map
Returns the list of selectable ViewObject objects which are within a specified ViewRect.
getSignpost() - Method in class com.here.android.mpa.routing.Maneuver
Gets the the signpost for this maneuver.
getSpeed() - Method in class com.here.android.mpa.common.GeoPosition
Gets the current speed as measured by the enabled positioning device.
getSpeedLimit() - Method in class com.here.android.mpa.common.RoadElement
Gets the speed limit.
getStackTrace() - Method in enum com.here.android.mpa.common.OnEngineInitListener.Error
 
getStart() - Method in class com.here.android.mpa.routing.Route
Gets the starting coordinate for the route.
getStartDirection() - Method in class com.here.android.mpa.routing.RouteOptions
Returns the start direction.
getStartTime() - Method in class com.here.android.mpa.common.RoadElement
Gets the (estimated) time at which this road element starts.
getStartTime() - Method in class com.here.android.mpa.routing.Maneuver
Gets the (estimated) time at which the maneuver starts.
getState() - Method in class com.here.android.mpa.search.Address
Gets the current state name for the Address.
getStateCode() - Method in class com.here.android.mpa.search.Address
Gets the current state code (state abbreviation) for the Address.
getStreet() - Method in class com.here.android.mpa.search.Address
Gets the current street name for the Address.
getSubCategories() - Method in class com.here.android.mpa.search.Category
Gets the list of subcategories for the Category.
getSublegCount() - Method in class com.here.android.mpa.routing.Route
Returns the number of sub-legs the route has.
getSuggestedSearchRequest() - Method in class com.here.android.mpa.search.AutoSuggestSearch
Gets the request to perform a suggested search.
getSuiteNumberOrName() - Method in class com.here.android.mpa.search.Address
Gets the current suite number or suite name for the Address.
getSupplier() - Method in class com.here.android.mpa.search.Media
Gets the Link to a resource representing the supplier of the Media (the object provides details about the origin of the information).
getSupplier() - Method in class com.here.android.mpa.search.Place
Gets the Link for the Place supplier.
getText() - Method in class com.here.android.mpa.search.Address
Gets the current text for the Address.
getText() - Method in class com.here.android.mpa.search.ExtendedAttribute
Gets the String representation of ExtendedAttribute information, which can be displayed directly on the client device.
getThrowable() - Method in enum com.here.android.mpa.common.OnEngineInitListener.Error
 
getTileWithError(int, int, int) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Method to be overwritten by derived class to get a tile.
getTileWithError(int, int, int) - Method in class com.here.android.mpa.mapping.UrlMapRasterTileSourceBase
UrlMapRasterTileSourceBase will only retrieve tile data using the source URL.
getTilt() - Method in class com.here.android.mpa.mapping.MapState
Returns the tilt, in degrees.
getTime(Date) - Method in class com.here.android.mpa.routing.RouteOptions
Gets the arrival or departure time that has been set.
getTimestamp() - Method in class com.here.android.mpa.common.GeoPosition
Gets the timestamp for the last position measured by the enabled positioning device.
getTitle() - Method in class com.here.android.mpa.mapping.MapMarker
Gets the current title to be used by the default info bubble.
getTitle() - Method in class com.here.android.mpa.search.AutoSuggest
Gets the display title for this place.
getTitle() - Method in class com.here.android.mpa.search.CreateLink
Gets the localized title for the resource to which the Link refers.
getTitle() - Method in class com.here.android.mpa.search.DiscoveryLink
Gets the localized title for the resource to which the Link refers.
getTitle() - Method in class com.here.android.mpa.search.DiscoveryResult
Gets the localized title for the resource to which the Link refers.
getTitle() - Method in class com.here.android.mpa.search.Link
Gets the localized title for the resource to which the Link refers.
getTitle() - Method in class com.here.android.mpa.search.ReportingLink
Gets the localized title for the resource to which the Link refers.
getTitle() - Method in class com.here.android.mpa.search.ReviewMedia
Gets the title of the review that the user contributed.
getTopLeft() - Method in class com.here.android.mpa.common.GeoBoundingBox
Gets the current top-left coordinate of the GeoBoundingBox.
getTrafficDirection() - Method in class com.here.android.mpa.routing.Maneuver
Return traffic direction.
getTransformCenter() - Method in class com.here.android.mpa.mapping.Map
Returns the current center coordinate for Map transformations such as zooming and rotation.
getTransparency() - Method in class com.here.android.mpa.mapping.MapMarker
Gets the current transparency for the icon
getTransportMode() - Method in class com.here.android.mpa.routing.Maneuver
Gets the RouteOptions.TransportMode used for the maneuver.
getTransportMode() - Method in class com.here.android.mpa.routing.RouteOptions
Gets the Transport Mode, see RouteOptions.TransportMode for valid values
getTta(Route.TrafficPenaltyMode, int) - Method in class com.here.android.mpa.routing.Route
Gets the estimated time to arrival with current traffic conditions.
getTurn() - Method in class com.here.android.mpa.routing.Maneuver
Gets the Maneuver.Turn required to complete the maneuver.
getType() - Method in class com.here.android.mpa.common.Image
Gets the file type of this Image.
getType() - Method in class com.here.android.mpa.mapping.MapCircle
 
getType() - Method in class com.here.android.mpa.mapping.MapContainer
 
getType() - Method in class com.here.android.mpa.mapping.MapMarker
 
getType() - Method in class com.here.android.mpa.mapping.MapObject
Returns the type of object that this MapObject represents.
getType() - Method in class com.here.android.mpa.mapping.MapPolygon
 
getType() - Method in class com.here.android.mpa.mapping.MapPolyline
 
getType() - Method in class com.here.android.mpa.mapping.MapRoute
 
getType() - Method in class com.here.android.mpa.routing.RouteElement
Gets the type of the RouteElement
getType() - Method in class com.here.android.mpa.search.AutoSuggest
Gets the specialized AutoSuggest type.
getType() - Method in class com.here.android.mpa.search.ContactDetail
Gets the type (email, fax, phone, website, etc.) for the ContactDetail.
getType() - Method in class com.here.android.mpa.search.Media
Gets the specialized MediaType for the Media.
getType() - Method in class com.here.android.mpa.search.MediaCollectionPage
Gets the specialized Media.Type for the Media objects contained within the MediaCollectionPage.
getUrl(int, int, int) - Method in class com.here.android.mpa.mapping.UrlMapRasterTileSourceBase
Gets the URL representing the source of the specified raster tile image.
getUrl() - Method in class com.here.android.mpa.search.AutoSuggest
Gets the String representation of the URI that refers to the resource with details for the suggested place, URI to the suggested search or URI to the suggested completion of query term, depending on the AutoSuggest type.
getUrl() - Method in class com.here.android.mpa.search.CreateLink
Gets the String representation of the create URL
getUrl() - Method in class com.here.android.mpa.search.ImageMedia
Gets the String representation of the URL for the source of the image file.
getUrl() - Method in class com.here.android.mpa.search.Media
 
getUrl() - Method in class com.here.android.mpa.search.ReportingLink
Gets the String representation of the reporting URL
getUrl() - Method in class com.here.android.mpa.search.SupplierLink
Gets the String representation of the URL to the supplier's profile
getUrl() - Method in class com.here.android.mpa.search.UserLink
Gets the String representation of the URL to the user's profile
getUrl() - Method in class com.here.android.mpa.search.ViaLink
Gets the String representation of the URL to an external website
getUser() - Method in class com.here.android.mpa.search.ImageMedia
Gets the details of the User who contributed the Image.
getUser() - Method in class com.here.android.mpa.search.ReviewMedia
Gets the Link to details about the user who contributed the review.
getUserRatings() - Method in class com.here.android.mpa.search.Place
Gets the HERE.com user-supplied Ratings for the Place.
getValue() - Method in class com.here.android.mpa.search.ContactDetail
Gets the value corresponding to an associated contact mechanism label for the ContactDetail.
getVia() - Method in class com.here.android.mpa.search.ExtendedAttribute
Gets a Link object to the external website of the supplier of the information.
getVia() - Method in class com.here.android.mpa.search.Media
Gets the Link to the origin of the Media, typically a website of the supplier.
getVicinity() - Method in class com.here.android.mpa.search.AutoSuggestPlace
Gets the String description for the vicinity of the Place .
getVicinity() - Method in class com.here.android.mpa.search.DiscoveryResult
Gets the String description for the vicinity of the Place.
getViewUri() - Method in class com.here.android.mpa.search.Place
Gets the String representation of the URI for a user-viewable representation of the Place.
getViolatedOptions() - Method in class com.here.android.mpa.routing.RouteResult
Gets the violated options.
getVisibleMask() - Method in class com.here.android.mpa.mapping.MapObject
Returns the visibility bit mask of this MapObject
getWaypointAt(int) - Method in class com.here.android.mpa.routing.RoutePlan
Gets a waypoint at a specified index.
getWaypointCount() - Method in class com.here.android.mpa.routing.RoutePlan
Gets the number of waypoints of the route plan.
getWaypoints() - Method in class com.here.android.mpa.routing.Route
Gets the list of all waypoints for the route.
getWidth() - Method in class com.here.android.mpa.common.GeoBoundingBox
Gets the current GeoBoundingBox width, in degrees.
getWidth() - Method in class com.here.android.mpa.common.Image
Gets the current width of the Image, in pixels.
getWidth() - Method in class com.here.android.mpa.common.ViewRect
Gets the current width, in pixels, of the ViewRect.
getWidth() - Method in class com.here.android.mpa.mapping.Map
Returns the current width of this Map, in number of pixels.
getX() - Method in class com.here.android.mpa.common.ViewRect
Gets the current X-coordinate of the ViewRect.
getY() - Method in class com.here.android.mpa.common.ViewRect
Gets the current Y-coordinate of the ViewRect.
getZIndex() - Method in class com.here.android.mpa.mapping.MapContainer
Returns the current z-index (stacking order) of this MapContainer.
getZIndex() - Method in class com.here.android.mpa.mapping.MapObject
Returns the current z-index (stacking order) of this MapObject.
getZIndex() - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Gets the current z-index (stacking order) of the MapObject.
getZIndex() - Method in class com.here.android.mpa.mapping.PositionIndicator
Get the Z index of the position indicator.
getZoomLevel() - Method in class com.here.android.mpa.mapping.Map
Returns the current zoom level, which will be within a range between Map.getMinZoomLevel() and Map.getMaxZoomLevel().
getZoomLevel() - Method in class com.here.android.mpa.mapping.MapState
Returns the zoom level.
globalCategories() - Static method in class com.here.android.mpa.search.Category
Return the localized Global categories for Places search.
globalCategory(Category.Global) - Static method in class com.here.android.mpa.search.Category
Return the localized Global category for Places search.
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.