On Jun 23, 11:22 am, rahul <[email protected]> wrote:
> Thank You. U r right its a gps tracking. Inorder to show the travelled
> path correctly for a particular duration I need to take all those
> points.

Your points are only metres apart, though, so you could probably get
away with using every fourth or fifth point (and multiplying the time
between your used points by four or five)

> The lat and long points are fetching from the database. So i think if
> I try to reduce the decimal points, its again load to the server and
> also if i reduce the number of points the polyline path will not be
> correct when disaply on the Gmap.

This is not correct. You could easily trim your points to five
decimals when you are outputting your XML -- you don't need to alter
what's in the database at all. And five decimals is fine for a route
(0.00001 is around a metre) -- you might even get away with four
(around 10m)

Andrew
--~--~---------~--~----~------------~-------~--~----~
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