User Tools

Site Tools


samples:samples:onlineservices

Table of Contents

OnlineServices sample

Documentation | Samples | OnlineServices

Summary

Shows how to utilize the TatukGIS online services: forward/reverse geocoding routing, and isochrone.

Description

Services uses the OSM dataset.

This sample illustrates use of:

Name Description
TGIS_OSMGeocodingClass encapsulating access to the TatukGIS online geocoding service.
TGIS_OSMGeocoding.ForwardSends forward geocoding request to the online service.
TGIS_OSMGeocoding.LimitLimit of the number of results.
TGIS_OSMRoutingClass encapsulating access to the TatukGIS online routing service.
TGIS_OSMRouting.RouteSends routing request to the online service.
TGIS_OSMRouting.ProfileRouting profile (vehicle type).
TGIS_OSMIsochroneClass encapsulating access to the TatukGIS online isochrone service.
TGIS_OSMIsochrone.IsochroneSends isochrone request to the online service.
TGIS_OSMIsochrone.ProfileIsochrone profile (vehicle type).
TGIS_OSMIsochrone.TimeLimitIsochrone time limit.
TGIS_OSMIsochrone.BucketsNumber of isochrone/isodinstance intervals.

Code

This sample is available on following platforms (click to see source code):

2022/11/25 14:51

Page Tools