java.lang.Object |
↳ |
com.google.android.gms.maps.model.PointOfInterest |
Class Overview
Contains information about a PointOfInterest that was clicked on.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Fields |
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. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
final
String
placeId
Public Constructors
public
PointOfInterest
(LatLng latLng, String placeId, String name)
Constructs a PointOfInterest
.
Parameters |
latLng |
LatLng :
the LatLng of the POI. |
placeId |
String :
the placeId of the POI. |
name |
String :
the name of the POI.
|
Public Methods
public
void
writeToParcel
(Parcel out, int flags)
Parameters |
out |
Parcel
|
flags |
int
|