12

I'm a beginner in Android development.

Trying to make an app with 3D markers on a google maps, but obviously only able to do flat or regular markers.

is there a way to make 3D markers / models somehow? Maybe an invisible layer of canvas above the map or another map service other than google?

Thanks!

Gil A
  • 201
  • 1
  • 13

1 Answers1

2

I wrote an article about that on Medium. You can check it out, it's a long explanation. But basically, you can use a layer above the map with sprite animations :p

https://lucasrodriguesgui.medium.com/rendering-and-animating-3d-markers-using-android-google-maps-sdk-3dfd0d597a2a

  • Please be careful about over-promoting your own blogs/repos as answers; I refer to [this other post](https://stackoverflow.com/a/66143407/10871073). – Adrian Mole Feb 10 '21 at 20:27
  • Great! Now that this article is 2 years old. Do you know of any better implementation to achieve this? – Mohsin Falak Feb 05 '23 at 13:41