PointOfInterest

public final classPointOfInterestextendsObject
implementsParcelable

Contains information about a PointOfInterest that was clicked on.

Inherited Constant Summary

Field Summary

public finalLatLng latLng The LatLng of the POI.
public finalString name The name of the POI.
public finalString placeId The placeId of the POI.

Public Constructor Summary

PointOfInterest(LatLng latLng,StringplaceId, String name)
Constructs aPointOfInterest.

Public Method Summary

void
writeToParcel(Parcelout, int flags)

Inherited Method Summary

Fields

public finalLatLng latLng

The LatLng of the POI.

public finalString name

The name of the POI.

public finalString placeId

The placeId of the POI.

Public Constructors

publicPointOfInterest(LatLnglatLng, StringplaceId, String name)

Constructs aPointOfInterest.

Parameters
latLng the LatLng of the POI.
placeId the placeId of the POI.
name the name of the POI.

Public Methods

public voidwriteToParcel(Parcelout, int flags)