eelixduppy

msg:4453833 | 4:57 pm on May 15, 2012 (gmt 0) |
The links you are providing are to Java documentation for the Android SDK. I'm having trouble trying to figure out what you want to achieve here. Could you please elaborate?
|
toplisek

msg:4454050 | 8:08 am on May 16, 2012 (gmt 0) |
As I understand V3 made improvement as Key is not needed anymore. I have currently <script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=...FHk&hl=en"></script> How to transform all code to V3 in the correct way?
|
gosman

msg:4454055 | 8:45 am on May 16, 2012 (gmt 0) |
You don't need the key anymore. <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> Also make sure your map code is compatible with V3 API
|
|