12-24-2012 07:46 AM
If u did an development for Andriod then there is 1 function for getting latitude and longitude for perticular location called GeoPoint . Is it possible in blackberry where I can placed marker on map get lat and long for perticular location from map, in any OS 5, 6 OR 7.
Alternate option is reverse - geocoding I wanted get it from if it is possible for any map google or blackberry
Thanks in Advance
Solved! Go to Solution.
12-27-2012 05:29 PM
To get a location, have a look at the various LocationPicker options.
Regarding geolocation, have a look at the Locator class.
01-09-2013 02:37 AM - edited 01-09-2013 02:40 AM
Hi peter had u check andriod functionality ??
Its ok i am using https://developers.google.com/maps/documentation/g
thanks for ur help ![]()
I tried to get that, but I didnt get any proper way to do that like andriod one.
01-09-2013 05:16 AM
No it is defintely not like Android and I am not aware of a way to make it like Android. The best pre packaged code sample is here:
http://supportforums.blackberry.com/t5/Java-Develo
01-10-2013 01:39 AM
01-10-2013 04:16 AM
You can do that actually quite easily. Have a look at
MapsLocationPicker
01-28-2013 08:09 AM
Thank u peter. This is also helpful, yes this is another way can achive this requirement.