Is it possible to use Maps and place API with same API KEY

前端 未结 5 712
忘掉有多难
忘掉有多难 2020-12-04 02:19

I was tiring to build an app which uses google maps for showing places and Pace API for searching places. but it is not being possible to build the app with two different AP

5条回答
  •  独厮守ぢ
    2020-12-04 02:50

    First of all go to Google Api Console and select your project

    And select api you want to enable like google Map Api or google place api. Enable your api.

    Add api key in application tag of Manifest like

    
    
    
    

    if you are using both Map and Geo Api.then only add geo api(it will work for both)

    
    

提交回复
热议问题