A expert on system architect with full SDLC and Agile development experience.
Skills: , C# C++ Scrum OOA/OOD javascript ASP.Net MVC XML, HTML Web Service, RESTful, WCF, Android and etc.
Email me if you need help on development.
Sunday, 16 October 2011
Convert Latitude and Longitude to android.maps.GeoPoint
Use the following code snippets
GeoPoint point = new GeoPoint((int)(latitude * 1e6), (int)(longitude * 1e6));
No comments:
Post a Comment