Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is getting mapview working without api key possible on Android?

I am creating app to only show information about me, I wanna show the location on the map, then user can go from the mapview to the google maps to navigate if he wanted.

So, I dont wanna navigate, i dont wanna use maps api, i dont wanna use api key. I just want to show a mapview then user can switch from the mapview to google maps.

is that possible ?

like image 319
MBH Avatar asked Jan 09 '23 21:01

MBH


2 Answers

API_KEY is the way of Google to track number of Users using Map API and also promote new features and updates. I don't find any reason why you don't want to use API_KEY.

Follow this tutorial which has Graphic content to use API_KEY to generate Maps.

like image 137
AniV Avatar answered Feb 02 '23 12:02

AniV


I wanna show the location on the map

To do this, you need to interact with the map. To be able to interact with the map you need an API key.

So no, that's not possible.

like image 30
Tim Avatar answered Feb 02 '23 12:02

Tim