-
public class GeoDataExtra.Companion
-
-
Field Summary
-
Method Summary
Modifier and Type Method Description final StringgenerateCallbackString(String name, String packageName, String className, String returnDataName, String returnDataValue)Generate string, that may be used as response information for Locus. final BytegetSOURCE_UNKNOWN()Source unknown or undefined final BytegetSOURCE_PARKING_SERVICE()Special point for parking service final BytegetSOURCE_GEOCACHING_WAYPOINT()Additional waypoint for geocache final BytegetSOURCE_MAP_TEMP()Temporary point on map (not stored in database) final BytegetSOURCE_ROUTE_WAYPOINT()Waypoint on route, location with some more values final BytegetSOURCE_ROUTE_LOCATION()Only location on route final BytegetSOURCE_OPENSTREETBUGS()Point coming from OpenStreetBugs final BytegetSOURCE_INVISIBLE()Temporary item do not display on map final BytegetSOURCE_POI_OSM_DB()Items automatically loaded from OSM POI database final BytegetSOURCE_MUNZEE()Items loaded from Munzee service final BytegetSOURCE_LIVE_TRACKING()Items loaded from Live-tracking service final BytegetSOURCE_NAVI_BLOCKED_AREA()Blocked area point for navigation and routing final BytegetSOURCE_MAP_SELECTION()Point generated from map "selection point" final BytegetSOURCE_ROUTE_RECORD()Track/Route recorded by recording service. final BytegetSOURCE_ROUTE_IMPORT()Route imported by "Import" function. final BytegetSOURCE_ROUTE_PLANED()Route planned by Route planner or generated by navigation system. final IntegergetVALUE_RTE_TYPE_GENERATED()final IntegergetVALUE_RTE_TYPE_NO_TYPE()final IntegergetVALUE_RTE_TYPE_CAR()final IntegergetVALUE_RTE_TYPE_CAR_FAST()final IntegergetVALUE_RTE_TYPE_CAR_SHORT()final IntegergetVALUE_RTE_TYPE_MOTORCYCLE()final IntegergetVALUE_RTE_TYPE_CYCLE()final IntegergetVALUE_RTE_TYPE_CYCLE_FAST()final IntegergetVALUE_RTE_TYPE_CYCLE_SHORT()final IntegergetVALUE_RTE_TYPE_CYCLE_MTB()final IntegergetVALUE_RTE_TYPE_CYCLE_RACING()final IntegergetVALUE_RTE_TYPE_FOOT_01()final IntegergetVALUE_RTE_TYPE_FOOT_02()final IntegergetVALUE_RTE_TYPE_FOOT_03()final IntArraygetRTE_TYPES_SORTED()All possible RTE_TYPES also sorted in correct order. final IntegergetPAR_SOURCE()Object source. final IntegergetPAR_STYLE_NAME()Private parameter for handling of styles. final IntegergetPAR_AREA_SIZE()Computed are value. final IntegergetPAR_DB_POI_EXTRA_DATA()Extra data for offline POI database final IntegergetPAR_KML_TRIP_ID()ID of KML trip to which item belongs final IntegergetPAR_GOOGLE_PLACES_REFERENCE()Reference to original Google Places item. final IntegergetPAR_GOOGLE_PLACES_RATING()Google Places rating. final IntegergetPAR_GOOGLE_PLACES_DETAILS()Google places details. final IntegergetPAR_STORE_EXTRA()Extra parameters from Locus Store, mostly with custom provider data. final IntegergetPAR_INTENT_EXTRA_CALLBACK()Extra callback parameter used directly by API. final IntegergetPAR_INTENT_EXTRA_ON_DISPLAY()Extra OnDisplay parameter used directly by API. final IntegergetPAR_DESCRIPTION()STRINGItem visible description.final IntegergetPAR_COMMENT()STRINGStorage for comments (extra tiny description available in GPX files).final IntegergetPAR_RELATIVE_WORKING_DIR()STRINGRelative path to working dir (for images for example).final IntegergetPAR_TYPE()INTType (classification) of the item (point).final IntegergetPAR_GEOCACHE_CODE()STRINGSpecial code used in Geocache waypoints.final IntegergetPAR_POI_ALERT_INCLUDE()BOOLEANFlag to include item in POI alert feature.final IntegergetPAR_LANGUAGE()"STRING", separated 2-letter language codes (ISO 639-1) by pipe "|", that define language of the content. final IntegergetPAR_ADDRESS_STREET()Address value - street name. final IntegergetPAR_ADDRESS_CITY()Address value - city name. final IntegergetPAR_ADDRESS_REGION()Address value - name of region. final IntegergetPAR_ADDRESS_POST_CODE()Address value - PSČ, post code number. final IntegergetPAR_ADDRESS_COUNTRY()Address value - name of country. final IntegergetPAR_RTE_INDEX()Index to the point list. final IntegergetPAR_RTE_DISTANCE_F()Distance (in metres) from current navPoint to next <br></br> Locus internal variable, DO NOT SET (float) final IntegergetPAR_RTE_TIME_I()Time (in sec) from current navPoint to next (integer). final IntegergetPAR_RTE_SPEED_F()Speed (in m/s) from current navPoint to next (float). final IntegergetPAR_RTE_TURN_COST()Number of seconds to transition between successive links along the route. final IntegergetPAR_RTE_STREET()String representation of next street label. final IntegergetPAR_RTE_POINT_ACTION()Used to determine which type of action should be taken in order to stay on route. final IntegergetPAR_RTE_COMPUTE_TYPE()Type of route (car_fast, car_short, cyclo, foot). final IntegergetPAR_RTE_SIMPLE_ROUNDABOUTS()Roundabout is usually defined from two points. final IntegergetPAR_RTE_PLAN_DEFINITION()Configuration of (route) plan as defined in route planner. final IntegergetPAR_RTE_MAX_SPEEDS()Container for max. final IntegergetPAR_RTE_WAY_TYPES()Container for max. final IntegergetPAR_RTE_SURFACES()Container for track surfaces. final IntegergetPAR_OSM_NOTES_ID()OpenStreetMap bug/notes ID. final IntegergetPAR_OSM_NOTES_CLOSED()OpenStreetMap bug/notes flag about it's state. final IntegergetPAR_LOPOINTS_ID()Online LoPoint ID value. final IntegergetPAR_LOPOINTS_LABELS()LoPoints labels defined on the server. final IntegergetPAR_LOPOINTS_OPENING_HOURS()Opening hours String formatted in the OSM format. final IntegergetPAR_LOPOINTS_TIMEZONE()Precise point time-zone. final IntegergetPAR_LOPOINTS_GEOMETRY()Extra geometry of the LoPoint in WKB format. -
-
Method Detail
-
generateCallbackString
final String generateCallbackString(String name, String packageName, String className, String returnDataName, String returnDataValue)
Generate string, that may be used as response information for Locus.
- Parameters:
name- name at start of stringpackageName- package nameclassName- class namereturnDataName- variable namereturnDataValue- variable value
-
getSOURCE_UNKNOWN
final Byte getSOURCE_UNKNOWN()
Source unknown or undefined
-
getSOURCE_PARKING_SERVICE
final Byte getSOURCE_PARKING_SERVICE()
Special point for parking service
-
getSOURCE_GEOCACHING_WAYPOINT
final Byte getSOURCE_GEOCACHING_WAYPOINT()
Additional waypoint for geocache
-
getSOURCE_MAP_TEMP
final Byte getSOURCE_MAP_TEMP()
Temporary point on map (not stored in database)
-
getSOURCE_ROUTE_WAYPOINT
final Byte getSOURCE_ROUTE_WAYPOINT()
Waypoint on route, location with some more values
-
getSOURCE_ROUTE_LOCATION
final Byte getSOURCE_ROUTE_LOCATION()
Only location on route
-
getSOURCE_OPENSTREETBUGS
final Byte getSOURCE_OPENSTREETBUGS()
Point coming from OpenStreetBugs
-
getSOURCE_INVISIBLE
final Byte getSOURCE_INVISIBLE()
Temporary item do not display on map
-
getSOURCE_POI_OSM_DB
final Byte getSOURCE_POI_OSM_DB()
Items automatically loaded from OSM POI database
-
getSOURCE_MUNZEE
final Byte getSOURCE_MUNZEE()
Items loaded from Munzee service
-
getSOURCE_LIVE_TRACKING
final Byte getSOURCE_LIVE_TRACKING()
Items loaded from Live-tracking service
-
getSOURCE_NAVI_BLOCKED_AREA
final Byte getSOURCE_NAVI_BLOCKED_AREA()
Blocked area point for navigation and routing
-
getSOURCE_MAP_SELECTION
final Byte getSOURCE_MAP_SELECTION()
Point generated from map "selection point"
-
getSOURCE_ROUTE_RECORD
final Byte getSOURCE_ROUTE_RECORD()
Track/Route recorded by recording service.
-
getSOURCE_ROUTE_IMPORT
final Byte getSOURCE_ROUTE_IMPORT()
Route imported by "Import" function.
-
getSOURCE_ROUTE_PLANED
final Byte getSOURCE_ROUTE_PLANED()
Route planned by Route planner or generated by navigation system.
-
getVALUE_RTE_TYPE_GENERATED
final Integer getVALUE_RTE_TYPE_GENERATED()
-
getVALUE_RTE_TYPE_NO_TYPE
final Integer getVALUE_RTE_TYPE_NO_TYPE()
-
getVALUE_RTE_TYPE_CAR
final Integer getVALUE_RTE_TYPE_CAR()
-
getVALUE_RTE_TYPE_CAR_FAST
final Integer getVALUE_RTE_TYPE_CAR_FAST()
-
getVALUE_RTE_TYPE_CAR_SHORT
final Integer getVALUE_RTE_TYPE_CAR_SHORT()
-
getVALUE_RTE_TYPE_MOTORCYCLE
final Integer getVALUE_RTE_TYPE_MOTORCYCLE()
-
getVALUE_RTE_TYPE_CYCLE
final Integer getVALUE_RTE_TYPE_CYCLE()
-
getVALUE_RTE_TYPE_CYCLE_FAST
final Integer getVALUE_RTE_TYPE_CYCLE_FAST()
-
getVALUE_RTE_TYPE_CYCLE_SHORT
final Integer getVALUE_RTE_TYPE_CYCLE_SHORT()
-
getVALUE_RTE_TYPE_CYCLE_MTB
final Integer getVALUE_RTE_TYPE_CYCLE_MTB()
-
getVALUE_RTE_TYPE_CYCLE_RACING
final Integer getVALUE_RTE_TYPE_CYCLE_RACING()
-
getVALUE_RTE_TYPE_FOOT_01
final Integer getVALUE_RTE_TYPE_FOOT_01()
-
getVALUE_RTE_TYPE_FOOT_02
final Integer getVALUE_RTE_TYPE_FOOT_02()
-
getVALUE_RTE_TYPE_FOOT_03
final Integer getVALUE_RTE_TYPE_FOOT_03()
-
getRTE_TYPES_SORTED
final IntArray getRTE_TYPES_SORTED()
All possible RTE_TYPES also sorted in correct order.
-
getPAR_SOURCE
final Integer getPAR_SOURCE()
Object source.
-
getPAR_STYLE_NAME
final Integer getPAR_STYLE_NAME()
Private parameter for handling of styles. Use getter/setter directly in GeoData object
-
getPAR_AREA_SIZE
final Integer getPAR_AREA_SIZE()
Computed are value. Used mainly for tracks
-
getPAR_DB_POI_EXTRA_DATA
final Integer getPAR_DB_POI_EXTRA_DATA()
Extra data for offline POI database
-
getPAR_KML_TRIP_ID
final Integer getPAR_KML_TRIP_ID()
ID of KML trip to which item belongs
-
getPAR_GOOGLE_PLACES_REFERENCE
final Integer getPAR_GOOGLE_PLACES_REFERENCE()
Reference to original Google Places item.
-
getPAR_GOOGLE_PLACES_RATING
final Integer getPAR_GOOGLE_PLACES_RATING()
Google Places rating.
-
getPAR_GOOGLE_PLACES_DETAILS
final Integer getPAR_GOOGLE_PLACES_DETAILS()
Google places details.
-
getPAR_STORE_EXTRA
final Integer getPAR_STORE_EXTRA()
Extra parameters from Locus Store, mostly with custom provider data.
-
getPAR_INTENT_EXTRA_CALLBACK
final Integer getPAR_INTENT_EXTRA_CALLBACK()
Extra callback parameter used directly by API.
-
getPAR_INTENT_EXTRA_ON_DISPLAY
final Integer getPAR_INTENT_EXTRA_ON_DISPLAY()
Extra OnDisplay parameter used directly by API.
-
getPAR_DESCRIPTION
final Integer getPAR_DESCRIPTION()
STRINGItem visible description.
-
getPAR_COMMENT
final Integer getPAR_COMMENT()
STRINGStorage for comments (extra tiny description available in GPX files).
-
getPAR_RELATIVE_WORKING_DIR
final Integer getPAR_RELATIVE_WORKING_DIR()
STRINGRelative path to working dir (for images for example).
-
getPAR_TYPE
final Integer getPAR_TYPE()
INTType (classification) of the item (point).
-
getPAR_GEOCACHE_CODE
final Integer getPAR_GEOCACHE_CODE()
STRINGSpecial code used in Geocache waypoints.
-
getPAR_POI_ALERT_INCLUDE
final Integer getPAR_POI_ALERT_INCLUDE()
BOOLEANFlag to include item in POI alert feature. If missing, "true" used as default.
-
getPAR_LANGUAGE
final Integer getPAR_LANGUAGE()
"STRING", separated 2-letter language codes (ISO 639-1) by pipe "|", that define language of the content. Mainly related to text "name", "description" and "comment" values.
-
getPAR_ADDRESS_STREET
final Integer getPAR_ADDRESS_STREET()
Address value - street name.
-
getPAR_ADDRESS_CITY
final Integer getPAR_ADDRESS_CITY()
Address value - city name.
-
getPAR_ADDRESS_REGION
final Integer getPAR_ADDRESS_REGION()
Address value - name of region.
-
getPAR_ADDRESS_POST_CODE
final Integer getPAR_ADDRESS_POST_CODE()
Address value - PSČ, post code number.
-
getPAR_ADDRESS_COUNTRY
final Integer getPAR_ADDRESS_COUNTRY()
Address value - name of country.
-
getPAR_RTE_INDEX
final Integer getPAR_RTE_INDEX()
Index to the point list. <br></br> Locus internal variable, DO NOT SET
-
getPAR_RTE_DISTANCE_F
final Integer getPAR_RTE_DISTANCE_F()
Distance (in metres) from current navPoint to next <br></br> Locus internal variable, DO NOT SET (float)
-
getPAR_RTE_TIME_I
final Integer getPAR_RTE_TIME_I()
Time (in sec) from current navPoint to next (integer).
-
getPAR_RTE_SPEED_F
final Integer getPAR_RTE_SPEED_F()
Speed (in m/s) from current navPoint to next (float).
-
getPAR_RTE_TURN_COST
final Integer getPAR_RTE_TURN_COST()
Number of seconds to transition between successive links along the route. These take into account the geometry of the intersection, number of links at the intersection, and types of roads at the intersection. This attempts to estimate the time in seconds it would take for stops, or places where a vehicle must slow to make a turn.
-
getPAR_RTE_STREET
final Integer getPAR_RTE_STREET()
String representation of next street label.
-
getPAR_RTE_POINT_ACTION
final Integer getPAR_RTE_POINT_ACTION()
Used to determine which type of action should be taken in order to stay on route.
-
getPAR_RTE_COMPUTE_TYPE
final Integer getPAR_RTE_COMPUTE_TYPE()
Type of route (car_fast, car_short, cyclo, foot).
-
getPAR_RTE_SIMPLE_ROUNDABOUTS
final Integer getPAR_RTE_SIMPLE_ROUNDABOUTS()
Roundabout is usually defined from two points. First on enter correctly defined by ACTION 27 - 34, second on exit simply defined by exit angle. In case of usage only exit point, it's need to set this flag.
-
getPAR_RTE_PLAN_DEFINITION
final Integer getPAR_RTE_PLAN_DEFINITION()
Configuration of (route) plan as defined in route planner.
-
getPAR_RTE_MAX_SPEEDS
final Integer getPAR_RTE_MAX_SPEEDS()
Container for max. speeds for the trackpoints.
-
getPAR_RTE_WAY_TYPES
final Integer getPAR_RTE_WAY_TYPES()
Container for max. speeds for the trackpoints.
-
getPAR_RTE_SURFACES
final Integer getPAR_RTE_SURFACES()
Container for track surfaces.
-
getPAR_OSM_NOTES_ID
final Integer getPAR_OSM_NOTES_ID()
OpenStreetMap bug/notes ID.
-
getPAR_OSM_NOTES_CLOSED
final Integer getPAR_OSM_NOTES_CLOSED()
OpenStreetMap bug/notes flag about it's state.
-
getPAR_LOPOINTS_ID
final Integer getPAR_LOPOINTS_ID()
Online LoPoint ID value.
-
getPAR_LOPOINTS_LABELS
final Integer getPAR_LOPOINTS_LABELS()
LoPoints labels defined on the server.
-
getPAR_LOPOINTS_OPENING_HOURS
final Integer getPAR_LOPOINTS_OPENING_HOURS()
Opening hours String formatted in the OSM format.
-
getPAR_LOPOINTS_TIMEZONE
final Integer getPAR_LOPOINTS_TIMEZONE()
Precise point time-zone.
-
getPAR_LOPOINTS_GEOMETRY
final Integer getPAR_LOPOINTS_GEOMETRY()
Extra geometry of the LoPoint in WKB format.
-
-
-
-