Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android google maps with 3D markers?

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!

like image 672
Gil A Avatar asked Apr 10 '16 10:04

Gil A


1 Answers

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

like image 54
Lucas Rodrigues Avatar answered Sep 22 '22 17:09

Lucas Rodrigues