Dear Xelawho,
                    From the example I guess I have to put my points each
here rite. Mine are pure lat long only so how to cater here for that?

for (var i = 0; i < checkboxArray.length; i++) {
      if (checkboxArray.options[i].selected == true) {
        waypts.push({
            location:checkboxArray[i].value,
            stopover:true});
      }
    }

Basically what I understand waypoint are the in between stops rite. So how
to choose the 8 way points based on your suggestion because I will have
quite a number of points which will be definitely more than 8 points.
Another question if I want to move to v3 for my script this part I just
change the v=2 to v=3 right <script src="
http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=true&amp;key=ABQIAAAAWwhwHbTFiHF6jDltXoa2JhQUhUUdzX6as4BuC_BrQxZtk4fFLhT16qUaLPhe4Zv8lHA2Acbflr53gw";
type="text/javascript"></script>



On Sun, Oct 2, 2011 at 9:44 PM, xelawho <[email protected]> wrote:

> > Any more details on the waypoints? I have all the lat
> > long.
>
> there is this v3 example (couldn't find a v2 one):
>
> http://code.google.com/apis/maps/documentation/javascript/examples/directions-waypoints.html
>
> from what I understand, v2 accepts 25 waypoints and v3 accepts 8,
> which may be relevant.
>
> --
> 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.
>
>

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

Reply via email to