How to fix Uncaught InvalidValueError: setPosition: not a LatLng or LatLngLiteral: in property lat: not a number?

后端 未结 9 733
天命终不由人
天命终不由人 2020-12-13 17:14

I\'m trying to port my googlemaps v2 functions to v3.

But somehow i stuck in a strange error and i could not find, what i\'m doing wrong.

Erro

9条回答
  •  無奈伤痛
    2020-12-13 18:04

    I had the same problem with exactly the same error message. In the end the error was, that I still called the maps v2 javascript. I had to replace:

    
    

    with

    
    

    after this, it worked fine. took me a while ;-)

提交回复
热议问题