Skip to content

I cannot see markers on map :( #1

@Syirrus

Description

@Syirrus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions