Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

location/last

Contents

URL

https://api.geoloqi.com/1/location/last

Description

Retrieves the current user's last location.

Supported Formats

JSON

Supported Request Methods

GET

Scope

last_location

Parameters

This method takes no parameters

Response

{
  "uuid":"ffa3555c-1bbd-45aa-9870-bdbe49daf678",
  "date":"2010-07-23T09:19:38-07:00",
  "location":{
    "position":{
      "latitude":45.445793867111,
      "longitude":-122.64261245728,
      "speed":0,
      "altitude":0,
      "horizontal_accuracy":24,
      "vertical_accuracy":0
    },
    "type":"point"
  },
  "raw":{
    "battery":80
  }
}