Using google maps without API Keys?

后端 未结 6 2066
时光取名叫无心
时光取名叫无心 2020-12-11 16:01

I am developing a CMS that will use more than one domain and I have to use only one google map script in my page.

Is there a way to use google maps without API key?<

6条回答
  •  一个人的身影
    2020-12-11 17:06

    Can you add an ApplicationSetting to your Web.Config file like so

    
      
    
    

    for each domain?

    Then add this to your Page

    
    
                                     
                  
提交回复
热议问题