This example app demonstrates the following features:
- Get information about timezone from specific coordinates and timestamp.
When you run the example app, TimezoneResult field will be filled with information about timezone.
- Create a
ProgressListener,TimezoneService,Coordinatesand timestamp. - Create a
TimezoneResult, which is the output for info. - Call the
getTimezoneInfomethod from theTimezoneServiceusing theCoordinatesand timestamp from 1.) as input andTimezoneResultfrom 2) as output andProgressListener. - Once the operation completes, the
TimezoneResultfrom 2.) will be populated.