I want to display a map like Pokémon GO.

Asked 2 years ago, Updated 2 years ago, 133 views

I can't find a way to customize those designs, leaving information on roads and buildings.
If anyone knows, please let me know.

I'm thinking of creating a map of my own design using the Android app.

Pokémon GO maps reflect real-life buildings and roads, but the design is original, so I'm thinking of changing the design and making a map, but I can't think of any way. So I'm thinking of collecting all the building address information and drawing them in real time with openGL.

sample

java android google-maps

2022-09-30 21:26

1 Answers

I don't know if Pokémon Go uses this technique, but it offers an API to customize the style of Google Maps.

Start Style Settings for Maps | Google Maps JavaScript API | Google Developers
https://developers.google.com/maps/documentation/javascript/styling

If you touch the Google Maps APIs Styling Wizard, you may think you can customize it.


2022-09-30 21:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.