Documentation | Samples | OnlineServices
Shows how to utilize the TatukGIS online services: forward/reverse geocoding routing, and isochrone.
Services uses the OSM dataset.
This sample illustrates use of:
Name | Description |
---|---|
TGIS_OSMGeocoding | Class encapsulating access to the TatukGIS online geocoding service. |
TGIS_OSMGeocoding.Forward | Sends forward geocoding request to the online service. |
TGIS_OSMGeocoding.Limit | Limit of the number of results. |
TGIS_OSMRouting | Class encapsulating access to the TatukGIS online routing service. |
TGIS_OSMRouting.Route | Sends routing request to the online service. |
TGIS_OSMRouting.Profile | Routing profile (vehicle type). |
TGIS_OSMIsochrone | Class encapsulating access to the TatukGIS online isochrone service. |
TGIS_OSMIsochrone.Isochrone | Sends isochrone request to the online service. |
TGIS_OSMIsochrone.Profile | Isochrone profile (vehicle type). |
TGIS_OSMIsochrone.TimeLimit | Isochrone time limit. |
TGIS_OSMIsochrone.Buckets | Number of isochrone/isodinstance intervals. |
This sample is available on following platforms (click to see source code):