com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo Class Reference
Inheritance diagram for com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo:
Collaboration diagram for com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo:

Public Member Functions

PlaceLink getPlaceInfo ()
 
int getDistance ()
 
int describeContents ()
 
void writeToParcel (final Parcel dest, final int flags)
 
boolean equals (final Object o)
 
int hashCode ()
 
- Public Member Functions inherited from com.sygic.sdk.BaseNativeParcelable
boolean isValidParcelable ()
 

Static Public Attributes

static final Creator< PlaceInfoCREATOR
 

Protected Member Functions

 PlaceInfo (final Parcel in)
 

Additional Inherited Members

- Protected Attributes inherited from com.sygic.sdk.BaseNativeParcelable
boolean mIsValidParcelable = true
 

Constructor & Destructor Documentation

◆ PlaceInfo()

com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.PlaceInfo ( final Parcel  in)
protected

Member Function Documentation

◆ describeContents()

int com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.describeContents ( )

◆ equals()

boolean com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.equals ( final Object  o)

◆ getDistance()

int com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.getDistance ( )

Returns distance to poi in meters

Returns
Distance to poi in meters

◆ getPlaceInfo()

PlaceLink com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.getPlaceInfo ( )

◆ hashCode()

int com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.hashCode ( )

◆ writeToParcel()

void com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.writeToParcel ( final Parcel  dest,
final int  flags 
)

Member Data Documentation

◆ CREATOR

final Creator<PlaceInfo> com.sygic.sdk.navigation.routeeventnotifications.PlaceInfo.CREATOR
static
Initial value:
= new Creator<PlaceInfo>() {
@Override
public PlaceInfo createFromParcel(final Parcel source) {
return new PlaceInfo(source);
}
@Override
public PlaceInfo[] newArray(final int size) {
return new PlaceInfo[size];
}
}

The documentation for this class was generated from the following file: