Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Overview

This example app demonstrates the following features:

  • Get information about timezone from specific coordinates and timestamp.

How to use the sample

When you run the example app, TimezoneResult field will be filled with information about timezone.

How it works

  1. Create a ProgressListener, TimezoneService, Coordinates and timestamp.
  2. Create a TimezoneResult, which is the output for info.
  3. Call the getTimezoneInfo method from the TimezoneService using the Coordinates and timestamp from 1.) as input and TimezoneResult from 2) as output and ProgressListener.
  4. Once the operation completes, the TimezoneResult from 2.) will be populated.