Google map not showing in android activity?

前端 未结 8 1068
生来不讨喜
生来不讨喜 2020-12-19 19:40

In my android app I want to have a MainActivity with a google map occupying the entire screen.

My problem is that the google map does not display a map, only the go

8条回答
  •  一生所求
    2020-12-19 20:03

    1) Please update google play services

    2) Please append your api key in the url

    Ex:-"https://maps.googleapis.com/maps/api/directions/" + output + "?" + parameters + "&key=" + MY_API_KEY;

提交回复
热议问题