In fact, all is in the title, i succeed to display Google Maps based on API V3, and now i want to add for example an overlay/icon in the map, i have the JS script(made by google) but i don’t know how to implement it in Android/JAVA? Any example please?
Thank you very much.
In fact, all is in the title, i succeed to display Google Maps based
Share
Just to keep a record, the problem was that a
SHA1key was being created by thekeytoolinstead aMD5(that Google Maps needs to create the API key). That was happening because with the JDk 1.7 installed thekeytoolcreates a SHA1 by default. The problem can be solved adding a-vparam to thekeytoolcommand: