On Aug 11, 11:53 am, Nathan Raley <[email protected]> wrote:
> I never thought there would be; however, my polyline isn't showing up.
>
> http://www.suntransformer.com/peter/GoogleAPI3/GoogleAPIv3test2.html
>
> Is an example of what I am doing.
>
> I've checked through the MVC array and all the coordinates appear to be in
> there and everything, but no polyline is ever shown. Any ideas?
Change paths to path
Track1Poly = new google.maps.Polyline({
paths: Tracks1,
you are using the "polygonOptions" names not the polylineOptions
names.
-- Larry
>
> On Wed, Aug 11, 2010 at 1:22 PM, [email protected]
> <[email protected]>wrote:
>
>
>
> > On Aug 11, 11:17 am, Nathan Raley <[email protected]> wrote:
> > > Is there a limit to the number of points for a polyline?
>
> > Why would you expect there to be?
>
> > > As in can you have more than 130 points for a polyline?
>
> > There shouldn't be any limit other than the memory available on your
> > computer.
>
> > -- Larry
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Maps JavaScript API v3" group.
> > To post to this group, send email to
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-maps-js-api-v3%2b[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-js-api-v3?hl=en.- Hide quoted
> >text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.