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
Public Methods
public String getPlaceId ()
Returns the placeId of the PlaceFeature.
Returns
- this
PlaceFeature'splaceId.