On Nov 30, 12:30 pm, Niven Sookharan <[email protected]> wrote:
> hi everyone.
>
> Im really have some problems drawing ploylines on a map. im actually
> trying to create a mobile phone tracking application as a project for
> campus.
>
> i am working with asp.net on vb.net platform
>
> behind the form i am recieving the array of latitude and longtitude
> points form my cellphone.
>
> the array has a max of 200 elements and the sequence is as follows
>
> arr(0) = latitude
> arr(1) = Longtitude
> arr(2) = latitude
> arr(3) = Longtitude
> .
> .
> .
> arr(198) = latitude
> arr(199) = Longtitude
>
> does anyone know how to bring this code to the client side form and
> draw a polyline using the array?
>
> im open to any ideas.
> im totally lost and not sure what to do exactly.
>
> Can someone please help me?

I would suggest you start with drawing a polyline on a Google Maps API
based map.
http://code.google.com/apis/maps/documentation/examples/index.html
has this example:
http://code.google.com/apis/maps/documentation/examples/polyline-simple.html

Then look at using AJAX (GDownloadUrl) to transfer your data to the
page.
Then use your data to draw the line.

Post links (per the posting guidelines) to example maps where you have
tried to do the above, if you run into trouble or have questions.

  -- Larry

>
> Many thanks in advance!!!
>
> Niven Sookharan

--

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