Skip to main content
Version: 8.0.1

Setting Location Coordinates

Single line API to set location coordinates.

Finotes do not access user location data automatically. Framework provides a single line API that allows developers to update location data manually.

Once this API is called, every issue reported by Finotes will have location data tagged.
Incase the API is invoked multiple times, the latest data will be used.

Anywhere in code:


[Fn updateLocation:clLocationCoordinates];