Currently, I am working on Google Map application, where the user can
insert a marker with certain details.

Right now, I am storing my data on the server using mysql via RPC. I
am unable to use LatLng points on the server side. So, I am
serializing the latitude and longitude data in string array and
passing it from client to server side.

To extract the data points  closest to the entered point, I am
extracting points and computing the distances from the entered point.
Then, I am re-extracting that details for that point.

Do you guys know if I can parse LatLng on the server side?

Do you guys know if there is a method to query the closest point data
from mysql efficiently?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to