com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place Class Reference
Inheritance diagram for com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place:
Collaboration diagram for com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place:

Public Member Functions

List< String > getPorCategories ()
 
void setPorCategories (final List< String > categories)
 
int getMaxDistance ()
 
void setMaxDistance (final int distance)
 
int getMaxCount ()
 
void setMaxCount (final int maxCount)
 
- Public Member Functions inherited from com.sygic.sdk.navigation.RouteEventNotificationsSettings
void resetToDefault ()
 

Additional Inherited Members

- Protected Member Functions inherited from com.sygic.sdk.navigation.RouteEventNotificationsSettings
native List< String > GetSearchPorCategories ()
 
native void SetSearchPorCategories (List< String > categories)
 
native void SetMaxDistance (int distance)
 
native int GetMaxCount ()
 
native void SetMaxCount (int maxCount)
 
native int GetNextDirectionDistance ()
 
native void SetNextDirectionDistance (int distance)
 
native int GetSpeedLimitDiffInCity ()
 
native void SetSpeedLimitDiffInCity (int speed)
 
native int GetSpeedLimitDiff ()
 
native void SetSpeedLimitDiff (int speed)
 
native int GetNextSpeedLimitDistance ()
 
native void SetNextSpeedLimitDistance (int distance)
 
native int GetNextSpeedLimitDistanceInCity ()
 
native void SetNextSpeedLimitDistanceInCity (int distance)
 
native int GetSearchDistanceInCity ()
 
native void SetSearchDistanceInCity (int distance)
 
native int GetSearchDistance ()
 
native void SetSearchDistance (int distance)
 
native int GetCrossingSearchDistance ()
 
native void SetCrossingSearchDistance (int distance)
 
- Static Protected Member Functions inherited from com.sygic.sdk.navigation.RouteEventNotificationsSettings
static native int GetMaxDistance ()
 

Detailed Description

Enables to change some POI on route settings.

Member Function Documentation

◆ getMaxCount()

int com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place.getMaxCount ( )

Returns the number of poi which will be searched.

◆ getMaxDistance()

int com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place.getMaxDistance ( )

Returns the max distance for poi searching.

◆ getPorCategories()

List<String> com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place.getPorCategories ( )

Returns categories of pois to be searched around route

◆ setMaxCount()

void com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place.setMaxCount ( final int  maxCount)

Sets the number of poi which will be searched.

◆ setMaxDistance()

void com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place.setMaxDistance ( final int  distance)

Sets the max distance for poi searching.

◆ setPorCategories()

void com.sygic.sdk.navigation.RouteEventNotificationsSettings.Place.setPorCategories ( final List< String >  categories)

Sets categories of pois to be searched around route


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