Apache Cordova · Example Payload

Apache Cordova Geolocation Position Example

ApacheCross-PlatformHybrid AppsJavaScriptMobileOpen SourcePlugins

Apache Cordova Geolocation Position Example is an example object payload from Apache Cordova, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

coordstimestamp

Example Payload

apache-cordova-geolocation-position-example.json Raw ↑
{
  "coords": {
    "latitude": 37.7749,
    "longitude": -122.4194,
    "altitude": 15.0,
    "accuracy": 10.0,
    "altitudeAccuracy": 5.0,
    "heading": 180.0,
    "speed": 1.5
  },
  "timestamp": 1718153645993
}