PlaceFeature
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
PlaceFeature is a class that represents a Feature with a placeId.
-
The PlaceFeature class has a public method called getPlaceId which returns the placeId of the PlaceFeature.
-
PlaceFeature inherits methods from the Feature class, including getFeatureType.
-
PlaceFeature also inherits standard methods from the java.lang.Object class.
public final class PlaceFeature extends Feature
A class representing a Feature with a
placeId.
Public Method Summary
String
getPlaceId ()
Returns the placeId of the
PlaceFeature.
Inherited Method Summary
From class com.google.android.gms.maps.model.Feature
String
getFeatureType ()
Returns the
FeatureType
of the feature.
Public Methods
public String getPlaceId ()
Returns the placeId of the PlaceFeature.
Returns
- this
PlaceFeature'splaceId.