Android Java SDK for Sygic 3D
ApiPoi Class Reference

PoiService enum enumerates predefined POI categories. More...

Static Public Member Functions

static String addPoi (Poi poi, int maxTime) throws InvalidLocationException
 Adds user POI to custom category. More...
 
static void addPoiCategory (String category, String bitmapPath, String isoCode, int maxTime) throws GeneralException
 Adds custom POI category. More...
 
static void deletePoiCategory (String category, String isoCode, int maxTime) throws GeneralException
 Deletes custom POI category. More...
 
static String deletePoi (Poi poi, int maxTime) throws InvalidLocationException
 Deletes custom POI from custom category. More...
 
static void makeUserPoiVisible (int categoryId, String category, boolean show, int maxTime) throws GeneralException
 Shows or hides POI category in POI category list. More...
 
static ArrayList< PoigetPoiList (String category, boolean searchAddress, int maxTime) throws GeneralException
 Returns list of POIs from a selected category. More...
 
static ArrayList< PoiOnRoutegetPoiOnRoute (int group, int category, int minDriveTime, int maxDriveTime, int maxTime) throws GeneralException
 Returns list of POIs on a calculated route from the selected category and reachable within the given driving time interval from a current position. More...
 
static Poi findNearbyPoi (int categoryNumber, String category, int x, int y, int maxTime) throws GeneralException
 Finds the nearest POI around the given position. More...
 
static ArrayList< PoifindNearbyPoiList (int categoryNumber, String category, int x, int y, int maxCount, int maxTime) throws GeneralException
 Finds the nearest POIs around given position. More...
 
static ArrayList< PoiCategorygetPoiCategoryList (int maxTime) throws GeneralException
 Returns the list of POI categories. More...
 
static PoiCategory setPoiWarning (PoiCategory poiCategory, int maxTime) throws GeneralException
 Sets the POI warning based on the attributes of the PoiCategory instance. More...
 
static String updatePois (String text, int format, int maxTime) throws GeneralException
 Updates user-defined POIs database with a bulk operation, i.e. More...
 

Static Public Attributes

static final int RENT_A_CAR_FACILITY = 1
 
static final int TOURIST_INFORMATION_OFFICE = 2
 
static final int MUSEUM = 3
 
static final int THEATRE = 4
 
static final int CULTURAL_CENTRE = 5
 
static final int SPORTS_CENTRE = 6
 
static final int HOSPITAL_POYCLINIC = 7
 
static final int POLICE_STATION = 8
 
static final int CITY_HALL = 9
 
static final int POST_OFFICE = 10
 
static final int FIRST_AID_POST = 11
 
static final int PHARMACY = 12
 
static final int DEPARTEMENT_STORE = 13
 
static final int BANK = 14
 
static final int TRAVEL_AGENCY = 15
 
static final int PUBLIC_PHONE = 16
 
static final int WAREHOUSE = 17
 
static final int SKI_LIFT_STATION = 18
 
static final int ZOO = 19
 
static final int SCENIC_PANORAMIC_VIEW = 20
 
static final int TRANSPORT_COMPANY = 21
 
static final int CASINO = 22
 
static final int CINEMA = 23
 
static final int WINERY = 24
 
static final int CARGO_CENTRE = 25
 
static final int CAR_SHIPPING_TERMINAL = 26
 
static final int CAMPING_GROUND = 28
 
static final int CARAVAN_SITE = 29
 
static final int COACH_AND_LORRY_PARKING = 30
 
static final int COMMUNITY_CENTRE = 31
 
static final int EMBASSY = 33
 
static final int FRONTIER_CROSSING = 34
 
static final int MOTORING_ORGANIZATION_OFFICE = 35
 
static final int RECREATION_FACILITY = 36
 
static final int ROAD_SIDE_DINER = 37
 
static final int SCHOOL = 38
 
static final int SHOPPING_CENTRE = 39
 
static final int STADIUM = 40
 
static final int TOLL = 41
 
static final int COLLEGE_UNIVERSITY = 42
 
static final int BUSINESS_FACILITY = 43
 
static final int AIRPORT = 44
 
static final int BUS_STATION = 45
 
static final int EXHIBITION_CENTRE = 46
 
static final int KINDERGARTEN = 47
 
static final int EMERGENCY_CALL_STATION = 48
 
static final int EMERGENCY_MEDICAL_SERVICE = 49
 
static final int FIRE_BRIGADE = 50
 
static final int FREEPORT = 51
 
static final int COMPANY = 52
 
static final int ATM = 53
 
static final int HIPPODROME = 54
 
static final int BEACH = 55
 
static final int RESTAURANT_AREA = 56
 
static final int ICE_SKATING_RINK = 57
 
static final int COURTHOUSE = 58
 
static final int MOUNTAIN_PEAK = 59
 
static final int OPERA = 60
 
static final int CONCERT_HALL = 61
 
static final int BOVAG_GARAGE = 62
 
static final int TENNIS_COURT = 63
 
static final int SKATING_RINK = 64
 
static final int WATER_SPORT = 65
 
static final int MUSIC_CENTRE = 66
 
static final int DOCTOR = 67
 
static final int DENTIST = 68
 
static final int VETERINARIAN = 69
 
static final int CAFE_PUB = 70
 
static final int CONVENTION_CENTRE = 71
 
static final int LEISURE_CENTRE = 72
 
static final int NIGHTLIFE = 73
 
static final int YACHT_BASIN = 74
 
static final int CONDOMINIUM = 75
 
static final int COMMERCIAL_BUILDING = 76
 
static final int INDUSTRIAL_BUILDING = 77
 
static final int NATIVES_RESERVATION = 78
 
static final int CEMETERY = 79
 
static final int BREAKDOWN_SERVICE = 81
 
static final int VEHICLE_EQUIPMENT_PROVIDER = 82
 
static final int ENTERTAINMENT = 83
 
static final int ABBEY = 84
 
static final int AMUSEMENT_PARK = 85
 
static final int ARTS_CENTRE = 86
 
static final int BUILDING_FOOTPRINT = 87
 
static final int CASTLE = 88
 
static final int CHURCH = 89
 
static final int FACTORY_GROUND_PHILIPS = 90
 
static final int FORTRESS = 91
 
static final int GOLF_COURSE = 92
 
static final int HOLIDAY_AREA = 93
 
static final int LIBRARY = 94
 
static final int LIGHTHOUSE = 95
 
static final int MILITARY_CEMETERY = 96
 
static final int MONASTERY = 97
 
static final int MONUMENT = 98
 
static final int NATURAL_RESERVE = 99
 
static final int PRISON = 100
 
static final int ROCKS = 101
 
static final int SPORTS_HALL = 102
 
static final int STATE_POLICE_OFFICE = 103
 
static final int WALKING_AREA = 104
 
static final int WATER_MILL = 105
 
static final int WINDMILL = 106
 
static final int RENT_A_CAR_PARKING = 107
 
static final int CAR_RACETRACK = 108
 
static final int MOUNTAIN_PASS = 109
 
static final int SWIMMING_POOL = 110
 
static final int GOVERNMENT_OFFICE = 111
 
static final int PARKING_GARAGE = 150
 
static final int PLACE_OF_WORSHIP = 151
 
static final int FERRY_TERMINAL = 152
 
static final int AIRLINE_ACCESS = 153
 
static final int OPEN_PARKING_AREA = 154
 
static final int IMPORTANT_TOURIST_ATTRACTION = 155
 
static final int RAILWAY_STATION = 156
 
static final int REST_AREA = 157
 
static final int SHOP = 158
 
static final int PARK_AND_RECREATION_AREA = 159
 
static final int FOREST_AREA = 160
 
static final int MILITARY_INSTALLATION = 161
 
static final int PUBLIC_TRANSPORT_STOP = 162
 
static final int CAR_REPAIR_FACILITY = 200
 
static final int PETROL_STATION = 201
 
static final int HOTEL_OR_MOTEL = 202
 
static final int RESTAURANT = 203
 
static final int CASH_DISPENSER = 204
 
static final int CAR_DEALER = 205
 
static final int USERDEFINE = 255
 
static final int FORMAT_TEXT = 0
 

Detailed Description

PoiService enum enumerates predefined POI categories.

Member Function Documentation

◆ addPoi()

static String addPoi ( Poi  poi,
int  maxTime 
) throws InvalidLocationException
static

Adds user POI to custom category.

Parameters
poimodel.Poi instance which contains informations about POI to add.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Returns
address of location if Poi.isSearchAddress is true, else null
Exceptions
InvalidLocationExceptionthe invalid location exception

References Api.getInstance(), Api.getService(), and Poi.writeBundle().

◆ addPoiCategory()

static void addPoiCategory ( String  category,
String  bitmapPath,
String  isoCode,
int  maxTime 
) throws GeneralException
static

Adds custom POI category.

Parameters
categoryName of the category to add.
bitmapPathPath to an icon picture representing category. It is an absolute path of the picture on your device. This parameter is obligatory, i.e. cannot be null.
isoCodeISO code of map (country) for which the category will be created. This parameter can be null meaning the category is valid for each country.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Remarks
Parameter strIsoCode is official ISO code of the country. The list of ISO codes can be found at http ://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html.
The icon format is recommended to be 8bit color with the size of 27x27 pixels
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), and Api.getService().

◆ deletePoi()

static String deletePoi ( Poi  poi,
int  maxTime 
) throws InvalidLocationException
static

Deletes custom POI from custom category.

Parameters
poimodel.Poi instance which contains informations about POI to remove.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Returns
address of Poi if search address is true, see Poi.isSearchAddress
Remarks
It is necessary to fill Location and Name members of model.Poi. DeletePoi function deletes just item which has the same values of Location and Name (model.Poi) like the Poi to delete.
Exceptions
InvalidLocationExceptionthe invalid location exception

References Api.getInstance(), Api.getService(), and Poi.writeBundle().

◆ deletePoiCategory()

static void deletePoiCategory ( String  category,
String  isoCode,
int  maxTime 
) throws GeneralException
static

Deletes custom POI category.

Parameters
categoryName of category to add.
isoCodeISO code of map (country) for which category will be created. This parameter is obligatory.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Remarks
Parameter strIsoCode is official ISO code of the country. The list of ISO codes can be found at http ://userpage.chemie.fu-berlin.de/diverse/doc/ISO_3166.html.
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), and Api.getService().

◆ findNearbyPoi()

static Poi findNearbyPoi ( int  categoryNumber,
String  category,
int  x,
int  y,
int  maxTime 
) throws GeneralException
static

Finds the nearest POI around the given position.

The POI may be from the original map or it may be a custom POI.

Parameters
categoryNumberCategory ID. If this value is filled with standard value, original POIs are found. Set to PoiService.USERDEFINE for custom POI. Possible values are enumerated in ApiPoi enum.
categoryCustom POI category name, if custom POI is searched.
xX-coordinate of place, where to search.
yY-coordinate of place, where to search.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Returns
Poi model.Poi instance, which contains information about the found POI.
Remarks
Distance between given position and POI is computed bee-line.
If dwCategory=PoiService.USERDEFINE it is necessary to set also category. Otherwise category name is obtained from category ID.
X and Y coordinates are geographical longitude and latitude in degrees multiplied by 100000.
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), Api.getService(), and Poi.readBundle().

◆ findNearbyPoiList()

static ArrayList<Poi> findNearbyPoiList ( int  categoryNumber,
String  category,
int  x,
int  y,
int  maxCount,
int  maxTime 
) throws GeneralException
static

Finds the nearest POIs around given position.

The POIs may be from the original map or it may be custom POIs.

Parameters
categoryNumberCategory ID. If this value is filled with standard value, original POIs are found. Set to PoiService.USERDEFINE for custom POI. Possible values are enumerated in ApiPoi enum.
categoryCustom POI category name, if custom POI is searched.
xX-coordinate of place, where to search.
yY-coordinate of place, where to search.
maxCountthe max count of array elements to return
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Returns
ArrayList of found model.Poi items
Remarks
Distance between given position and POI is computed bee-line.
If dwCategory=PoiService.USERDEFINE it is necessary to set also category. Otherwise category name is obtained from category ID.
X and Y coordinates are geographical longitude and latitude in degrees multiplied by 100000.
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), Api.getService(), and Poi.readBundle().

◆ getPoiCategoryList()

static ArrayList<PoiCategory> getPoiCategoryList ( int  maxTime) throws GeneralException
static

Returns the list of POI categories.

Parameters
maxTimeMaximum time (in milliseconds) function can take. If maxTime=0, function execution is not time limited.
Returns
ArrayList of found model.PoiCategory items.
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), Api.getService(), and PoiCategory.readBundle().

◆ getPoiList()

static ArrayList<Poi> getPoiList ( String  category,
boolean  searchAddress,
int  maxTime 
) throws GeneralException
static

Returns list of POIs from a selected category.

Parameters
categoryCategory name. It is name of category we want to retrieve list of POIs from.
searchAddressSpecifies whether GetPoisList function searches for address or not. If searchAddress=true, GetPoiList fills address member of each PoiArr item (see model.Poi class) with corresponding address.
maxTimeMaximum time (in milliseconds) function can take. If maxTime=0, function execution is not time limited.
Returns
ArrayList of retrieved model.Poi items.
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), Api.getService(), and Poi.readBundle().

◆ getPoiOnRoute()

static ArrayList<PoiOnRoute> getPoiOnRoute ( int  group,
int  category,
int  minDriveTime,
int  maxDriveTime,
int  maxTime 
) throws GeneralException
static

Returns list of POIs on a calculated route from the selected category and reachable within the given driving time interval from a current position.

Parameters
groupcategory group identificator. Reserved for future use, please fill -1.
categoryCategory ID. Possible values are enumerated in ApiPoi enum.
minDriveTimethe lower bound driving time (in seconds) to constrain the list of reachable POIs
maxDriveTimethe upper bound driving time (in seconds) to constrain the list of reachable POIs
maxTimemaximum time (in milliseconds) function can take. If maxTime=0, the function execution is not time limited.
Returns
ArrayList of retrieved model.PoiOnRoute items.
Exceptions
GeneralExceptionthe general exception
Remarks
This function is available since the navigation version 13.5.3 and the sdk version 4.2.
See also
Example ApiPoi.findNearbyPoi Api.getApplicationVersion Api.getSdkVersion

References Api.getInstance(), Api.getService(), and PoiOnRoute.readBundle().

◆ makeUserPoiVisible()

static void makeUserPoiVisible ( int  categoryId,
String  category,
boolean  show,
int  maxTime 
) throws GeneralException
static

Shows or hides POI category in POI category list.

Parameters
categoryIdCategory ID. Possible values are enumerated in ApiPoi enum.
categoryCustom category name to show/hide.
showDetermines whether MakeUserPoiVisible shows or hides category. If bShow=true category will be shown if bShow=false category will be hidden.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Remarks
If MakeUserPoiVisible hides custom category the category does not occur in category list.
If dwCategory=PoiService.USERDEFINE it is necessary to set also category. Otherwise category name is obtained from category ID.
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), and Api.getService().

◆ setPoiWarning()

static PoiCategory setPoiWarning ( PoiCategory  poiCategory,
int  maxTime 
) throws GeneralException
static

Sets the POI warning based on the attributes of the PoiCategory instance.

Parameters
poiCategorymodel.PoiCategory instance, which contains information about POI category to set.
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Returns
the poi category
Exceptions
GeneralExceptionthe general exception

References Api.getInstance(), Api.getService(), PoiCategory.readBundle(), and PoiCategory.writeBundle().

◆ updatePois()

static String updatePois ( String  text,
int  format,
int  maxTime 
) throws GeneralException
static

Updates user-defined POIs database with a bulk operation, i.e.

adding new POIs and categories or deleting POis and categories.

Parameters
textpoi database update actions file
formatspecifies the format of the data. Currently only ApiPoi.FORMAT_TEXT is supported
maxTimeMaximum time (in milliseconds) the function can take. If maxTime=0 function execution is not time limited.
Returns
result in JSON file
Exceptions
GeneralExceptionthe general exception
Remarks
See the documentation about the update actions file

References Api.getInstance(), and Api.getService().

Member Data Documentation

◆ ABBEY

final int ABBEY = 84
static

◆ AIRLINE_ACCESS

final int AIRLINE_ACCESS = 153
static

◆ AIRPORT

final int AIRPORT = 44
static

◆ AMUSEMENT_PARK

final int AMUSEMENT_PARK = 85
static

◆ ARTS_CENTRE

final int ARTS_CENTRE = 86
static

◆ ATM

final int ATM = 53
static

◆ BANK

final int BANK = 14
static

◆ BEACH

final int BEACH = 55
static

◆ BOVAG_GARAGE

final int BOVAG_GARAGE = 62
static

◆ BREAKDOWN_SERVICE

final int BREAKDOWN_SERVICE = 81
static

◆ BUILDING_FOOTPRINT

final int BUILDING_FOOTPRINT = 87
static

◆ BUS_STATION

final int BUS_STATION = 45
static

◆ BUSINESS_FACILITY

final int BUSINESS_FACILITY = 43
static

◆ CAFE_PUB

final int CAFE_PUB = 70
static

◆ CAMPING_GROUND

final int CAMPING_GROUND = 28
static

◆ CAR_DEALER

final int CAR_DEALER = 205
static

◆ CAR_RACETRACK

final int CAR_RACETRACK = 108
static

◆ CAR_REPAIR_FACILITY

final int CAR_REPAIR_FACILITY = 200
static

◆ CAR_SHIPPING_TERMINAL

final int CAR_SHIPPING_TERMINAL = 26
static

◆ CARAVAN_SITE

final int CARAVAN_SITE = 29
static

◆ CARGO_CENTRE

final int CARGO_CENTRE = 25
static

◆ CASH_DISPENSER

final int CASH_DISPENSER = 204
static

◆ CASINO

final int CASINO = 22
static

◆ CASTLE

final int CASTLE = 88
static

◆ CEMETERY

final int CEMETERY = 79
static

◆ CHURCH

final int CHURCH = 89
static

◆ CINEMA

final int CINEMA = 23
static

◆ CITY_HALL

final int CITY_HALL = 9
static

◆ COACH_AND_LORRY_PARKING

final int COACH_AND_LORRY_PARKING = 30
static

◆ COLLEGE_UNIVERSITY

final int COLLEGE_UNIVERSITY = 42
static

◆ COMMERCIAL_BUILDING

final int COMMERCIAL_BUILDING = 76
static

◆ COMMUNITY_CENTRE

final int COMMUNITY_CENTRE = 31
static

◆ COMPANY

final int COMPANY = 52
static

◆ CONCERT_HALL

final int CONCERT_HALL = 61
static

◆ CONDOMINIUM

final int CONDOMINIUM = 75
static

◆ CONVENTION_CENTRE

final int CONVENTION_CENTRE = 71
static

◆ COURTHOUSE

final int COURTHOUSE = 58
static

◆ CULTURAL_CENTRE

final int CULTURAL_CENTRE = 5
static

◆ DENTIST

final int DENTIST = 68
static

◆ DEPARTEMENT_STORE

final int DEPARTEMENT_STORE = 13
static

◆ DOCTOR

final int DOCTOR = 67
static

◆ EMBASSY

final int EMBASSY = 33
static

◆ EMERGENCY_CALL_STATION

final int EMERGENCY_CALL_STATION = 48
static

◆ EMERGENCY_MEDICAL_SERVICE

final int EMERGENCY_MEDICAL_SERVICE = 49
static

◆ ENTERTAINMENT

final int ENTERTAINMENT = 83
static

◆ EXHIBITION_CENTRE

final int EXHIBITION_CENTRE = 46
static

◆ FACTORY_GROUND_PHILIPS

final int FACTORY_GROUND_PHILIPS = 90
static

◆ FERRY_TERMINAL

final int FERRY_TERMINAL = 152
static

◆ FIRE_BRIGADE

final int FIRE_BRIGADE = 50
static

◆ FIRST_AID_POST

final int FIRST_AID_POST = 11
static

◆ FOREST_AREA

final int FOREST_AREA = 160
static

◆ FORMAT_TEXT

final int FORMAT_TEXT = 0
static

◆ FORTRESS

final int FORTRESS = 91
static

◆ FREEPORT

final int FREEPORT = 51
static

◆ FRONTIER_CROSSING

final int FRONTIER_CROSSING = 34
static

◆ GOLF_COURSE

final int GOLF_COURSE = 92
static

◆ GOVERNMENT_OFFICE

final int GOVERNMENT_OFFICE = 111
static

◆ HIPPODROME

final int HIPPODROME = 54
static

◆ HOLIDAY_AREA

final int HOLIDAY_AREA = 93
static

◆ HOSPITAL_POYCLINIC

final int HOSPITAL_POYCLINIC = 7
static

◆ HOTEL_OR_MOTEL

final int HOTEL_OR_MOTEL = 202
static

◆ ICE_SKATING_RINK

final int ICE_SKATING_RINK = 57
static

◆ IMPORTANT_TOURIST_ATTRACTION

final int IMPORTANT_TOURIST_ATTRACTION = 155
static

◆ INDUSTRIAL_BUILDING

final int INDUSTRIAL_BUILDING = 77
static

◆ KINDERGARTEN

final int KINDERGARTEN = 47
static

◆ LEISURE_CENTRE

final int LEISURE_CENTRE = 72
static

◆ LIBRARY

final int LIBRARY = 94
static

◆ LIGHTHOUSE

final int LIGHTHOUSE = 95
static

◆ MILITARY_CEMETERY

final int MILITARY_CEMETERY = 96
static

◆ MILITARY_INSTALLATION

final int MILITARY_INSTALLATION = 161
static

◆ MONASTERY

final int MONASTERY = 97
static

◆ MONUMENT

final int MONUMENT = 98
static

◆ MOTORING_ORGANIZATION_OFFICE

final int MOTORING_ORGANIZATION_OFFICE = 35
static

◆ MOUNTAIN_PASS

final int MOUNTAIN_PASS = 109
static

◆ MOUNTAIN_PEAK

final int MOUNTAIN_PEAK = 59
static

◆ MUSEUM

final int MUSEUM = 3
static

◆ MUSIC_CENTRE

final int MUSIC_CENTRE = 66
static

◆ NATIVES_RESERVATION

final int NATIVES_RESERVATION = 78
static

◆ NATURAL_RESERVE

final int NATURAL_RESERVE = 99
static

◆ NIGHTLIFE

final int NIGHTLIFE = 73
static

◆ OPEN_PARKING_AREA

final int OPEN_PARKING_AREA = 154
static

◆ OPERA

final int OPERA = 60
static

◆ PARK_AND_RECREATION_AREA

final int PARK_AND_RECREATION_AREA = 159
static

◆ PARKING_GARAGE

final int PARKING_GARAGE = 150
static

◆ PETROL_STATION

final int PETROL_STATION = 201
static

◆ PHARMACY

final int PHARMACY = 12
static

◆ PLACE_OF_WORSHIP

final int PLACE_OF_WORSHIP = 151
static

◆ POLICE_STATION

final int POLICE_STATION = 8
static

◆ POST_OFFICE

final int POST_OFFICE = 10
static

◆ PRISON

final int PRISON = 100
static

◆ PUBLIC_PHONE

final int PUBLIC_PHONE = 16
static

◆ PUBLIC_TRANSPORT_STOP

final int PUBLIC_TRANSPORT_STOP = 162
static

◆ RAILWAY_STATION

final int RAILWAY_STATION = 156
static

◆ RECREATION_FACILITY

final int RECREATION_FACILITY = 36
static

◆ RENT_A_CAR_FACILITY

final int RENT_A_CAR_FACILITY = 1
static

◆ RENT_A_CAR_PARKING

final int RENT_A_CAR_PARKING = 107
static

◆ REST_AREA

final int REST_AREA = 157
static

◆ RESTAURANT

final int RESTAURANT = 203
static

◆ RESTAURANT_AREA

final int RESTAURANT_AREA = 56
static

◆ ROAD_SIDE_DINER

final int ROAD_SIDE_DINER = 37
static

◆ ROCKS

final int ROCKS = 101
static

◆ SCENIC_PANORAMIC_VIEW

final int SCENIC_PANORAMIC_VIEW = 20
static

◆ SCHOOL

final int SCHOOL = 38
static

◆ SHOP

final int SHOP = 158
static

◆ SHOPPING_CENTRE

final int SHOPPING_CENTRE = 39
static

◆ SKATING_RINK

final int SKATING_RINK = 64
static

◆ SKI_LIFT_STATION

final int SKI_LIFT_STATION = 18
static

◆ SPORTS_CENTRE

final int SPORTS_CENTRE = 6
static

◆ SPORTS_HALL

final int SPORTS_HALL = 102
static

◆ STADIUM

final int STADIUM = 40
static

◆ STATE_POLICE_OFFICE

final int STATE_POLICE_OFFICE = 103
static

◆ SWIMMING_POOL

final int SWIMMING_POOL = 110
static

◆ TENNIS_COURT

final int TENNIS_COURT = 63
static

◆ THEATRE

final int THEATRE = 4
static

◆ TOLL

final int TOLL = 41
static

◆ TOURIST_INFORMATION_OFFICE

final int TOURIST_INFORMATION_OFFICE = 2
static

◆ TRANSPORT_COMPANY

final int TRANSPORT_COMPANY = 21
static

◆ TRAVEL_AGENCY

final int TRAVEL_AGENCY = 15
static

◆ USERDEFINE

final int USERDEFINE = 255
static

◆ VEHICLE_EQUIPMENT_PROVIDER

final int VEHICLE_EQUIPMENT_PROVIDER = 82
static

◆ VETERINARIAN

final int VETERINARIAN = 69
static

◆ WALKING_AREA

final int WALKING_AREA = 104
static

◆ WAREHOUSE

final int WAREHOUSE = 17
static

◆ WATER_MILL

final int WATER_MILL = 105
static

◆ WATER_SPORT

final int WATER_SPORT = 65
static

◆ WINDMILL

final int WINDMILL = 106
static

◆ WINERY

final int WINERY = 24
static

◆ YACHT_BASIN

final int YACHT_BASIN = 74
static

◆ ZOO

final int ZOO = 19
static