-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I'm getting the following error on the background-geolocation-server:
InvalidValueError: setPosition: not a LatLng or LatLngLiteral: in property lat:
js?key=AIzaSyBxU4uRlMOXXXXXXXXXXX:51
not a number
I see the post from my Cordova app going to my express server. I have a valid API key, just not markers. Any ideas?
Here is my config file:
url: 'http://correctexpressserver.com:3000/locations', syncUrl: 'http://correctexpressserver.com:3000/sync', syncThreshold: 100, httpHeaders: { 'X-FOO': 'bar' }, // customize post properties postTemplate: { lat: '@latitude', lon: '@longitude', foo: 'bar' // you can also add your own properties
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels