Page Summary
-
PlaceFeaturerepresents map features with a uniqueplaceIdfor identification. -
It primarily provides access to the
placeIdand inherits methods from theFeatureclass for feature type information. -
Data-driven styling is not supported in the Navigation SDK context for
PlaceFeature. -
It is compatible with
com.google.android.gms:play-services-mapsfor compile-time purposes.
Data-driven styling features are not available to the Navigation SDK. They exists for compile time compatibility with com.google.android.gms:play-services-maps only.
A class representing a Feature with a placeId.
Public Method Summary
| String |
getPlaceId()
Returns the placeId of the
PlaceFeature. |
Inherited Method Summary
Public Methods
public String getPlaceId ()
Returns the placeId of the PlaceFeature.
Returns
- this
PlaceFeature'splaceId.