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

S

SATELLITE_DAY - Static variable in class com.here.android.mpa.mapping.Map.Scheme
Satellite tile scheme presented in "day" colors.
SearchRequest - Class in com.here.android.mpa.search
The SearchRequest processes text string queries based on the user's input to find specific places.
SearchRequest(String) - Constructor for class com.here.android.mpa.search.SearchRequest
SearchRequest constructor
setAccuracyIndicatorVisible(boolean) - Method in class com.here.android.mpa.mapping.PositionIndicator
Sets a GPS accuracy indicator for the PositionIndicator to be either visible or hidden.
setAllGesturesEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets all possible kinds of gesture interaction to be either enabled or disabled for the MapGesture.
setAnchorPoint(PointF) - Method in class com.here.android.mpa.mapping.MapMarker
Sets an anchor point for this MapMarker.
setAutoSnapToNorthEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether map automatically rotates to the north if previous rotation did not exceed certain small amount of degrees starting from north.
setBitmap(Bitmap) - Method in class com.here.android.mpa.common.Image
Sets a Bitmap for the Image.
setBoundingArea(GeoBoundingBox) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Sets a bounding area within which raster tiles are visible.
setCacheExpiration(int) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Set the cache expiration time
setCachePrefix(String) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Set the cache file prefix
setCachingEnabled(boolean) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Set whether tiles are cached to the file system.
setCarpoolAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Allow or disallow usage of HOV/Carpool roads.
setCarShuttleTrainsAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Car Shuttle Trains are allowed.
setCategoryFilter(CategoryFilter) - Method in class com.here.android.mpa.search.DiscoveryRequest
 
setCategoryFilter(CategoryFilter) - Method in class com.here.android.mpa.search.ExploreRequest
Sets a search filter based on categories.
setCategoryFilter(CategoryFilter) - Method in class com.here.android.mpa.search.HereRequest
Sets a search filter based on categories.
setCenter(GeoCoordinate, Map.Animation, double, float, float) - Method in class com.here.android.mpa.mapping.Map
Moves the center of this Map to a specific GeoCoordinate, while simultaneously setting a zoom level (a fraction within the range of minimum and maximum levels), orientation (from 0 degrees to 360 degrees), and tilt (within the range of minimum and maximum tilt angles).
setCenter(GeoCoordinate, Map.Animation) - Method in class com.here.android.mpa.mapping.Map
Moves the center of this Map to the specified GeoCoordinate using the given Map.Animation.
setCenter(PointF, Map.Animation, double, float, float) - Method in class com.here.android.mpa.mapping.Map
Centers the map at the specified screen pixel coordinates.
setCenter(GeoCoordinate) - Method in class com.here.android.mpa.mapping.MapCircle
Sets the center for this MapCircle to a specified GeoCoordinate.
setCity(String) - Method in class com.here.android.mpa.search.Address
Sets a city name for the Address.
setCollectionSize(int) - Method in class com.here.android.mpa.search.DiscoveryRequest
Sets a collection size to be used for request responses.
setCollectionSize(int) - Method in class com.here.android.mpa.search.GeocodeRequest
Deprecated.
Sets a collection size to be used for request responses.
setCollectionSize(int) - Method in class com.here.android.mpa.search.GeocodeRequest2
Sets a collection size to be used for request responses.
setCollectionSize(int) - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Sets a collection size to be used for request responses.
setColor(int) - Method in class com.here.android.mpa.mapping.MapRoute
Sets a color for displaying the route, using an ARGB (Alpha/Red/Green/Blue) integer color value.
setCoordinate(GeoCoordinate) - Method in class com.here.android.mpa.mapping.MapMarker
Sets a map GeoCoordinate for this MapMarker.
setCopyrightBoundaryRect(Rect) - Method in class com.here.android.mpa.mapping.MapFragment
Sets a rectangle, in pixels, relative to the top left corner of the MapFragment's boundary, for the placement of the HERE copyright logo.
setCopyrightBoundaryRect(Rect) - Method in class com.here.android.mpa.mapping.MapView
Sets a rectangle relative to the view group as a container for the HERE copyright logo.
setCopyrightLogoPosition(CopyrightLogoPosition) - Method in class com.here.android.mpa.mapping.MapFragment
Sets a position for the HERE copyright logo.
setCopyrightLogoPosition(CopyrightLogoPosition) - Method in class com.here.android.mpa.mapping.MapView
Sets a position for the HERE copyright logo.
setCopyrightMargin(int) - Method in class com.here.android.mpa.mapping.MapFragment
Sets a 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 (depending on the placement).
setCopyrightMargin(int) - Method in class com.here.android.mpa.mapping.MapView
Sets a margin, in pixels, for the HERE copyright logo, an offset from the edge of the visible map area to the edge of the logo (depending on the placement).
setCountryCode(String) - Method in class com.here.android.mpa.search.Address
Sets an ISO 3166-1 (3-letter) country code for the Address.
setCountryName(String) - Method in class com.here.android.mpa.search.Address
Sets a country name for the Address.
setCounty(String) - Method in class com.here.android.mpa.search.Address
Sets a county name for the Address.
setDescription(String) - Method in class com.here.android.mpa.mapping.MapMarker
Sets the description text.
setDirtRoadsAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Dirt Roads are allowed.
setDistrict(String) - Method in class com.here.android.mpa.search.Address
Sets a district name for the Address.
setDoubleTapEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether double-tap interactions are enabled or disabled for this MapGesture.
setDraggable(boolean) - Method in class com.here.android.mpa.mapping.MapMarker
Sets whether this marker is draggable or not.
setFerriesAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Ferries are allowed.
setFillColor(int) - Method in class com.here.android.mpa.mapping.MapCircle
Sets a fill color for this MapCircle using an ARGB (Alpha/Red/Green/Blue) integer color value.
setFillColor(int) - Method in class com.here.android.mpa.mapping.MapPolygon
Sets a fill color for this MapPolygon, using an ARGB (Alpha/Red/Green/Blue) integer color value.
setFilters(EnumSet<TextAutoSuggestionRequest.AutoSuggestFilterType>) - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Set result type filter.
setFixedMapCenterOnMapRotateZoom(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether the transform center is applied during multitouch gestures.
setFloorNumber(String) - Method in class com.here.android.mpa.search.Address
Sets a floor number (in a multi-story building) for the Address.
setGeoPolygon(GeoPolygon) - Method in class com.here.android.mpa.mapping.MapPolygon
Changes the GeoPolygon rendered by this MapPolygon.
setHeight(int) - Method in class com.here.android.mpa.common.ViewRect
Sets a height, in pixels, for the ViewRect.
setHighwaysAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Highways are allowed.
setHouseNumber(String) - Method in class com.here.android.mpa.search.Address
Sets a house number for the Address.
setIcon(Image) - Method in class com.here.android.mpa.mapping.MapMarker
Sets an icon image for this MapMarker.
setImageAsset(String) - Method in class com.here.android.mpa.common.Image
Sets Image data by an image in the assets directory.
setImageData(byte[]) - Method in class com.here.android.mpa.common.Image
Sets an array of byte data for the Image.
setImageFile(String) - Method in class com.here.android.mpa.common.Image
Sets Image data by an image file located in the internal storage.
setImageResource(int) - Method in class com.here.android.mpa.common.Image
Sets data for the Image by way of an application's resource.
setInfoBubbleAdapter(Map.InfoBubbleAdapter) - Method in class com.here.android.mpa.mapping.Map
Sets the custom info bubble adapter for this map.
setKineticFlickEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether flick-to-scroll (with kinetic momentum) interactions are enabled for this MapGesture.
setLineColor(int) - Method in class com.here.android.mpa.mapping.MapCircle
Sets a border line color for this MapCircle, using an ARGB (Alpha/Red/Green/Blue) integer color value.
setLineColor(int) - Method in class com.here.android.mpa.mapping.MapPolygon
Sets a border line color for this MapPolygon, using an ARGB (Alpha/Red/Green/Blue) integer color value.
setLineColor(int) - Method in class com.here.android.mpa.mapping.MapPolyline
Sets a line color for this MapPolyline, using an ARGB (Alpha/Red/Green/Blue) integer color value.
setLineWidth(int) - Method in class com.here.android.mpa.mapping.MapCircle
Sets a border line width, in pixels, for this MapCircle, an int value within the [0..100] range.
setLineWidth(int) - Method in class com.here.android.mpa.mapping.MapPolygon
Sets a border line width, in pixels, for this MapPolygon, an int value within the [0..100] range.
setLineWidth(int) - Method in class com.here.android.mpa.mapping.MapPolyline
Sets a line width, in pixels, for this MapPolyline, an int value within the [0..100] range.
setLocalUrl(String) - Method in class com.here.android.mpa.common.Image
Sets a local URL that the Image can access for an image.
setLongPressEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether long-press interactions are enabled or disabled for this MapGesture.
setManeuverNumberVisible(boolean) - Method in class com.here.android.mpa.mapping.MapRoute
Sets maneuver numbers to be either displayed along with this route or not displayed.
setMap(Map) - Method in class com.here.android.mpa.mapping.MapView
Associates the graphical view element with a Map.
setMapDisplayLanguage(Locale) - Method in class com.here.android.mpa.mapping.Map
Set the map display language using a locale.
setMapMarkerDragListener(MapMarker.OnDragListener) - Method in class com.here.android.mpa.mapping.MapFragment
Sets a MapMarker.OnDragListener to be invoked whenever any MapMarker on a Map that is attached to this fragment is dragged.
setMapMarkerDragListener(MapMarker.OnDragListener) - Method in class com.here.android.mpa.mapping.MapView
Sets a MapMarker.OnDragListener to be invoked whenever any MapMarker added onto a Map that is attached to this MapView is dragged.
setMapScheme(String) - Method in class com.here.android.mpa.mapping.Map
Sets a scheme for the Map to the specified <String> value.
setMapSecondaryDisplayLanguage(Locale) - Method in class com.here.android.mpa.mapping.Map
Set the map secondary display language using a locale.
setMapViewport(GeoBoundingBox) - Method in class com.here.android.mpa.search.DiscoveryRequest
The map viewport is a bounding box of the map area currently visible to the user.
setMapViewport(GeoBoundingBox) - Method in class com.here.android.mpa.search.GeocodeRequest
Deprecated.
The map viewport is a bounding box of the map area currently visible to the user.
setMapViewport(GeoBoundingBox) - Method in class com.here.android.mpa.search.GeocodeRequest2
The map viewport is a bounding box of the map area currently visible to the user.
setMapViewport(GeoBoundingBox) - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
The map viewport is a bounding box of the map area currently visible to the user.
setMarker(Image) - Method in class com.here.android.mpa.mapping.PositionIndicator
Sets a marker image, overriding the default marker image.
setOnTouchListener(View.OnTouchListener) - Method in class com.here.android.mpa.mapping.MapFragment
Sets an View.OnTouchListener to be invoked whenever a touch event is sent to the MapFragment.
setPanningEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets panning interactions to be either enabled or disabled for this MapGesture.
setParksAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Parks are allowed.
setPinchEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether pinch interactions are enabled or disabled for this MapGesture.
setPostalCode(String) - Method in class com.here.android.mpa.search.Address
Sets a postal code for the Address.
setQueryText(String) - Method in class com.here.android.mpa.search.SearchRequest
Set the search query text.
setQueryText(String) - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Set the query partial search term.
setRadius(double) - Method in class com.here.android.mpa.mapping.MapCircle
Sets a radius for this MapCircle, in meters.
setRenderType(MapRoute.RenderType) - Method in class com.here.android.mpa.mapping.MapRoute
Sets the RenderType associated with this MapRoute.
setRichTextFormatting(RichTextFormatting) - Method in class com.here.android.mpa.search.DiscoveryRequest
Sets a RichTextFormatting to be used in request responses.
setRichTextFormatting(RichTextFormatting) - Method in class com.here.android.mpa.search.PlaceRequest
Sets a RichTextFormatting to be used in request responses.
setRichTextFormatting(RichTextFormatting) - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Sets a RichTextFormatting to be used in request responses.
setRotateEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether two-finger rotate interactions are enabled for this MapGesture.
setRoute(Route) - Method in class com.here.android.mpa.mapping.MapRoute
Sets a Route that will be displayed on the Map.
setRouteCount(int) - Method in class com.here.android.mpa.routing.RouteOptions
Sets the desired number of route.
setRouteOptions(RouteOptions) - Method in class com.here.android.mpa.routing.RoutePlan
Sets the route options.
setRouteType(RouteOptions.Type) - Method in class com.here.android.mpa.routing.RouteOptions
Sets the Route Type, see RouteOptions.Type for valid values
setSearchArea(GeoCoordinate, int) - Method in class com.here.android.mpa.search.DiscoveryRequest
 
setSearchArea(GeoBoundingBox) - Method in class com.here.android.mpa.search.DiscoveryRequest
 
setSearchArea(GeoCoordinate, int) - Method in class com.here.android.mpa.search.ExploreRequest
Sets the search area using a center location and radius.
setSearchArea(GeoBoundingBox) - Method in class com.here.android.mpa.search.ExploreRequest
Sets the search area using a GeoBoundingBox.
setSearchArea(GeoCoordinate, int) - Method in class com.here.android.mpa.search.GeocodeRequest
Deprecated.
Sets the search area using a center location and radius.
setSearchArea(GeoBoundingBox) - Method in class com.here.android.mpa.search.GeocodeRequest
Deprecated.
Sets the search area using a GeoBoundingBox.
setSearchArea(GeoCoordinate, int) - Method in class com.here.android.mpa.search.GeocodeRequest2
Sets the search area using a center location and radius.
setSearchArea(GeoBoundingBox) - Method in class com.here.android.mpa.search.GeocodeRequest2
Sets the search area using a GeoBoundingBox.
setSearchArea(GeoCoordinate, int) - Method in class com.here.android.mpa.search.SearchRequest
Sets the search area using a center location and radius.
setSearchCenter(GeoCoordinate) - Method in class com.here.android.mpa.search.DiscoveryRequest
 
setSearchCenter(GeoCoordinate) - Method in class com.here.android.mpa.search.ExploreRequest
Sets the search center.
setSearchCenter(GeoCoordinate) - Method in class com.here.android.mpa.search.HereRequest
Sets the search center.
setSearchCenter(GeoCoordinate) - Method in class com.here.android.mpa.search.SearchRequest
Sets a GeoCoordinate representing the location context used to search for results that are appropriate to the query parameter.
setSearchCenter(GeoCoordinate) - Method in class com.here.android.mpa.search.TextAutoSuggestionRequest
Sets the search center.
setSingleTapEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether single-tap interactions are enabled or disabled for this MapGesture.
setStartDirection(int) - Method in class com.here.android.mpa.routing.RouteOptions
Start direction.
setState(String) - Method in class com.here.android.mpa.search.Address
Sets a state name for the Address.
setStateCode(String) - Method in class com.here.android.mpa.search.Address
Sets a state code (abbreviation) for the Address.
setStreet(String) - Method in class com.here.android.mpa.search.Address
Sets a street name for the Address.
setSuiteNumberOrName(String) - Method in class com.here.android.mpa.search.Address
Sets a suite number or suite name for the Address.
setText(String) - Method in class com.here.android.mpa.search.Address
Sets text for the Address.
setTileResolution(MapView.TileSize) - Static method in class com.here.android.mpa.mapping.MapView
Changes the tiles source to use.
setTiltEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether tilt interactions are enabled or disabled for this MapGesture.
setTime(Date, RouteOptions.TimeType) - Method in class com.here.android.mpa.routing.RouteOptions
Sets the arrival or departure time.
setTitle(String) - Method in class com.here.android.mpa.mapping.MapMarker
Sets a title to be used by the default info bubble.
setTollRoadsAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Toll Roads are allowed.
setTransformCenter(PointF) - Method in class com.here.android.mpa.mapping.Map
Sets a center coordinate for Map transformations such as zooming and rotation.
setTransparency(float) - Method in class com.here.android.mpa.mapping.MapMarker
Sets a transparency level, within the range of [0..1], for the icon.
setTransportMode(RouteOptions.TransportMode) - Method in class com.here.android.mpa.routing.RouteOptions
Sets the Transport Mode.
setTunnelsAllowed(boolean) - Method in class com.here.android.mpa.routing.RouteOptions
Sets whether Tunnels are allowed.
setTwoFingerPanningEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether the two-finger panning interaction is enabled for this MapGesture.
setTwoFingerTapEnabled(boolean) - Method in interface com.here.android.mpa.mapping.MapGesture
Sets whether two-finger tap gestures are enabled or disabled for this MapGesture.
setUseSystemLanguage() - Method in class com.here.android.mpa.mapping.Map
Set the map display language using the system default locale.
setVisible(boolean) - Method in class com.here.android.mpa.mapping.MapCircle
Sets whether this MapObject is visible.
setVisible(boolean) - Method in class com.here.android.mpa.mapping.MapContainer
Sets whether this MapContainer is visible.
setVisible(boolean) - Method in class com.here.android.mpa.mapping.MapObject
Sets whether the visibility of the MapObject on the map is enabled.
setVisible(int, boolean) - Method in class com.here.android.mpa.mapping.MapObject
Sets whether this MapObject is visible for the specified zoom level, if enabled.
setVisible(int, int, boolean) - Method in class com.here.android.mpa.mapping.MapObject
Sets whether this MapObject is visible for the specified range of zoom levels.
setVisible(boolean) - Method in class com.here.android.mpa.mapping.MapPolygon
Sets whether this MapObject is visible.
setVisible(boolean) - Method in class com.here.android.mpa.mapping.PositionIndicator
Sets a PositionIndicator to be either visible or hidden.
setVisibleMask(int, int) - Method in class com.here.android.mpa.mapping.MapObject
Sets this MapObject to be visible at the specified range of zoom levels.
setVisibleMask(int) - Method in class com.here.android.mpa.mapping.MapObject
Sets this MapObject to be visible at the specified zoom level.
setWidth(int) - Method in class com.here.android.mpa.common.ViewRect
Sets a width, in pixels, for the ViewRect.
setX(int) - Method in class com.here.android.mpa.common.ViewRect
Sets an X-coordinate for the ViewRect.
setY(int) - Method in class com.here.android.mpa.common.ViewRect
Sets a Y-coordinate for the ViewRect.
setZIndex(int) - Method in class com.here.android.mpa.mapping.MapContainer
Sets a z-index (stacking order) value for this MapContainer.
setZIndex(int) - Method in class com.here.android.mpa.mapping.MapObject
Sets a z-index (stacking order) value for this MapObject.
setZIndex(int) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Sets a z-index (stacking order) value for the MapObject.
setZIndex(int) - Method in class com.here.android.mpa.mapping.PositionIndicator
Set the Z index of the position indicator.
setZoomLevel(double) - Method in class com.here.android.mpa.mapping.Map
Sets a zoom level for the Map to a fraction that is within the range of minimum and maximum zoom levels.
setZoomLevel(double, Map.Animation) - Method in class com.here.android.mpa.mapping.Map
Sets a zoom level for the Map to a fraction that is within the range of minimum and maximum zoom levels.
setZoomLevel(double, PointF, Map.Animation) - Method in class com.here.android.mpa.mapping.Map
Sets a zoom level for the Map to a fraction that is within the range of minimum and maximum zoom levels while keeping the specified screen coordinate at the same Geographical Location.
showAtZoomLevel(int) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Shows tiles at the specified zoom level of the Map.
showAtZoomRange(int, int) - Method in class com.here.android.mpa.mapping.MapRasterTileSource
Shows tiles within a given zoom level range of the Map.
showInfoBubble() - Method in class com.here.android.mpa.mapping.MapMarker
Displays the default info bubble if setTitle(String) has been set to something non-null.
Signpost - Class in com.here.android.mpa.routing
This class stores signpost information along the Route.
start(PositioningManager.LocationMethod) - Method in class com.here.android.mpa.common.PositioningManager
Starts receiving position updates from the positioning device.
stop() - Method in class com.here.android.mpa.common.PositioningManager
Stops receiving position updates from the positioning device.
SupplierLink - Class in com.here.android.mpa.search
Represents a SupplierLink which contains meta-information about a supplier.
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.