hi all,
i am new to this group ..
i am working on gmaps ,
 i had some problem loading (display ) polyline on maps ...

actually polyline loads initially but when i zoom in to end it shows
polyline but when i zoom out it does not and follows the same
flow ........
here i have added an peace of code ...

var map_routePath = [point1,point2,point3....];  // Points Array
function LoadPolyline(){
        if(map_routePath) map_routePath.remove();
        map_routePath  = new GPolyline(routePoints,'#000',4,0.9);
        map.addOverlay(map_routePath);
}

LoadPolyline();

looking forward for any suggestions ....

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