Localization is a support of different user's locales or languages. For example, if app is opened on a mobile phone with French language, then app would show in French, not in default english, etc.
Thank you @ar2rsawseen , i copied and pasted the code in the link.When i ran it , it gives a blank screen on the simulator. The below code is complete or should i add something different to this code in order to take my coordinates:
Beside onLocationUpdate works fine, onHeadingUpdate is called only once when geolocation:start is called. onHeadingUpdate isn't called even you call geolocation:stop() and geolocation:start() again. Is this a bug or I'm using onHeadingUpdate in wrong way?
Comments
Localization is a support of different user's locales or languages. For example, if app is opened on a mobile phone with French language, then app would show in French, not in default english, etc.
What you are looking for is Geolocation:
http://www.giderosmobile.com/documentation/reference_manual.html#Geolocation
Is this a bug or I'm using onHeadingUpdate in wrong way?