- add(List<GeoCoordinate>) - Method in class com.here.android.mpa.common.GeoPolyline
-
Add a list of new points into the GeoPolyline
- add(GeoCoordinate) - Method in class com.here.android.mpa.common.GeoPolyline
-
Add a new point into the GeoPolyline
- add(Category.Global) - Method in class com.here.android.mpa.search.CategoryFilter
-
Adds a Category.Global
to the CategoryFilter
.
- add(Category) - Method in class com.here.android.mpa.search.CategoryFilter
-
Adds a Category
(retrieved from the results of a previous request) to the
CategoryFilter
.
- add(String) - Method in class com.here.android.mpa.search.CategoryFilter
-
Adds a known category to the CategoryFilter
as a String
.
- addAdditionalData(String, String) - Method in class com.here.android.mpa.search.Address
-
Adds additional address data, one key-value pair per call.
- addBuildingFilter(String) - Method in class com.here.android.mpa.search.DiscoveryRequest
-
- addBuildingFilter(String) - Method in class com.here.android.mpa.search.HereRequest
-
Sets a search filter based on building identifier.
- addContent(String) - Method in class com.here.android.mpa.search.PlaceRequest
-
Requests specific
EditorialMedia
by providing one of the available place content
sources.
- addImageDimensions(int, int) - Method in class com.here.android.mpa.search.DiscoveryRequest
-
Request Image Media with specific dimensions.
- addImageDimensions(int, int) - Method in class com.here.android.mpa.search.PlaceRequest
-
Request Image Media with specific dimensions.
- addListener(WeakReference<PositioningManager.OnPositionChangedListener>) - Method in class com.here.android.mpa.common.PositioningManager
-
- addMapObject(MapObject) - Method in class com.here.android.mpa.mapping.Map
-
- addMapObject(MapObject) - Method in class com.here.android.mpa.mapping.MapContainer
-
- addMapObjects(List<MapObject>) - Method in class com.here.android.mpa.mapping.Map
-
Adds a
<List>
of multiple
MapObject
objects to this
Map
.
- addOnGestureListener(MapGesture.OnGestureListener) - Method in interface com.here.android.mpa.mapping.MapGesture
-
- addOnMapRenderListener(OnMapRenderListener) - Method in class com.here.android.mpa.mapping.MapFragment
-
- addOnMapRenderListener(OnMapRenderListener) - Method in class com.here.android.mpa.mapping.MapView
-
- addRasterTileSource(MapRasterTileSource) - Method in class com.here.android.mpa.mapping.Map
-
- addReference(String) - Method in class com.here.android.mpa.search.DiscoveryRequest
-
This function adds the name of a requested reference identifiers to be returned in the
results.
- addReference(String) - Method in class com.here.android.mpa.search.PlaceRequest
-
This function adds the name of a requested reference identifiers to be returned in the
results.
- Address - Class in com.here.android.mpa.search
-
Provides textual address information for a
Location
.
- Address() - Constructor for class com.here.android.mpa.search.Address
-
Default constructor.
- Address(Address) - Constructor for class com.here.android.mpa.search.Address
-
Copy constructor.
- addSchemeChangedListener(Map.OnSchemeChangedListener) - Method in class com.here.android.mpa.mapping.Map
-
- addTransformListener(Map.OnTransformListener) - Method in class com.here.android.mpa.mapping.Map
-
- addWaypoint(GeoCoordinate) - Method in class com.here.android.mpa.routing.RoutePlan
-
Adds a waypoint to the plan.
- areCarShuttleTrainsAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Car Shuttle Trains are allowed.
- areDirtRoadsAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Dirt Roads are allowed.
- areFerriesAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Ferries are allowed.
- areHighwaysAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Highways are allowed.
- areParksAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Parks are allowed.
- areTollRoadsAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Toll Roads are allowed.
- areTunnelsAllowed() - Method in class com.here.android.mpa.routing.RouteOptions
-
Checks whether Tunnels are allowed.
- AutoSuggest - Class in com.here.android.mpa.search
-
Represents the base class for suggested places and searches.
- AutoSuggest(AutoSuggestImpl) - Constructor for class com.here.android.mpa.search.AutoSuggest
-
- AutoSuggest.Type - Enum in com.here.android.mpa.search
-
Represents values describing supported
AutoSuggest
types for a text suggestion.
- AutoSuggestPlace - Class in com.here.android.mpa.search
-
Represents an
AutoSuggestPlace
which contains information about a
suggested
Place
.
- AutoSuggestQuery - Class in com.here.android.mpa.search
-
Represents an
AutoSuggest
with suggested completion of the given string
- AutoSuggestSearch - Class in com.here.android.mpa.search
-
Represents an
AutoSuggestSearch
which contains information about a
refined search link.