Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
public class PointOfInterest
Contains attributes about a POI that is tapped.
| Name | Type | Description |
| latLng | LatLng | Position of a POI. |
| placeId | String | Place ID of a POI. |
| name | String | Name of a POI. |
| Construction Method |
| PointOfInterest(LatLng latLng, String placeId, String name) |
| Return type | Method name |
| void | writeToParcel(Parcel out, int flags) |