On Jul 16, 12:20 am, Shanika Nishani <[email protected]> wrote:
> i can't use waypoints coz as i know i can use 8 waypoints.but the list of
> places can be more than that.

Then:
1. you are talking about the v3 API, the limit there is 8 waypoints,
the v2 API (topic of this group) has a limit of 25 waypoints (and no
optimization if I recall correctly), so this is definitely the wrong
group, probably should post this question to stackoverflow anyway.

2. You can't use the API directly, you will have to find your own
routing database and implement the algorithm yourself.

  -- Larry

>
> On Mon, Jul 16, 2012 at 7:56 AM, [email protected]
> <[email protected]>wrote:
>
>
>
>
>
>
>
> > On Jul 15, 9:36 am, SN <[email protected]> wrote:
> > > I'm new to google map api,
>
> > If you are new to the google maps API, you should use the v3 version
> > of the API, the topic of this group, the v2 version is depecated.
>
> > The group for the v3 version is:
>
> >https://groups.google.com/group/google-maps-js-api-v3?hl=en
>
> > > i need to find out the shortest path using given
> > > set of places.how could i do that using google map api without using
> > > waypoints.
>
> > Not sure why you don't want to use waypoints, that is how you give the
> > API the list of locations
>
> > for the v3 API see:
>
> >https://developers.google.com/maps/documentation/javascript/reference...
>
> > the optimizeWaypoints property
>
> >   -- Larry
>
> > > if you can give any information,it will be really helpful
> > > thank you
>
> > --
> > 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