PlaceFeature

  • PlaceFeature represents map features with a unique placeId for identification.

  • It primarily provides access to the placeId and inherits methods from the Feature class 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-maps for compile-time purposes.

public final class PlaceFeature extends Feature

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's placeId.