Maps on Android devices
in
Android Processing
•
4 months ago
Hi guys,
I am trying to make a simple app, running on Android which should display a real time movement on a map.
For now I've found Unfolding maps and made it run, but only on my PC on Processing v1.5.1 (as said by Unfolding). When I tried to run it on v 2.0+ it gives a lot of exceptions, mainly because the PGraphics3D class is no more in the core package, but moved to the opengl one. Anyway, as Processing version 1.5.1 is not working on Android it seems a little like catch 22. Can anybody help with either giving me a clue how to make v1.5.1. work on Android, or how to make Unfolding work on 2.0+, or give ideas with other maps or anything?
Thanks in advance!
P.S. the solution to use my java skills and work with the simple google api is obvious, but there is still some belief in me that i can make sth so simple run on processing...
I am trying to make a simple app, running on Android which should display a real time movement on a map.
For now I've found Unfolding maps and made it run, but only on my PC on Processing v1.5.1 (as said by Unfolding). When I tried to run it on v 2.0+ it gives a lot of exceptions, mainly because the PGraphics3D class is no more in the core package, but moved to the opengl one. Anyway, as Processing version 1.5.1 is not working on Android it seems a little like catch 22. Can anybody help with either giving me a clue how to make v1.5.1. work on Android, or how to make Unfolding work on 2.0+, or give ideas with other maps or anything?
Thanks in advance!
P.S. the solution to use my java skills and work with the simple google api is obvious, but there is still some belief in me that i can make sth so simple run on processing...
1