Contains information about a PointOfInterest that was clicked on.
| public final LatLng | latLng | The LatLng of the POI. |
| public final String | name | The name of the POI. |
| public final String | placeId | The placeId of the POI. |
| void |
writeToParcel(Parcel out, int
flags)
|
The LatLng of the POI.
The name of the POI.
The placeId of the POI.
Constructs a PointOfInterest.
| latLng | the LatLng of the POI. |
|---|---|
| placeId | the placeId of the POI. |
| name | the name of the POI. |