Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Map API

Finn edited this page Oct 18, 2017 · 1 revision

Map API

loadMap()

Sends simply a session key to the server, then expects this as a response. The coordinates it receives are the postcode of the user account.

{
  coords : {
    latitude : 45.5,
    longitude : 45.5
  }
}
Clone this wiki locally