> I want also use polyline between several markers. Markers with Type="X" > should display a line beteween the markers. ... > The php file needs to do this
Choose an approach: One way is to get your php to detect when a marker is type X, and then decide which other marker/markers it is supposed to connect it to, and output the data for a polyline in your XML You will need to change your javascript so that it can read polylines from XML, and so that it can tell the difference between marker and polyline data and do the appropriate thing it. Or Just have your php output marker XML as it does now. Write some javascript to detect when a marker is type X, and then decide which other marker/markers it is supposed to connect it to, and create a polyline and add it to the map. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
