Google Maps - Multiple marker from extern json

前端 未结 3 704
挽巷
挽巷 2020-12-03 00:13

I have to add multiple marker to a google map, but the data is in an extern json file.

At the moment Im running it like this

var json = [
  {
    \"t         


        
3条回答
  •  春和景丽
    2020-12-03 01:01

    In the Google maps documentation you can find an example : https://developers.google.com/maps/documentation/javascript/importing_data

    JQuery not needed

提交回复
热议问题