No, i do not get any errors.

new GPoint (newpoint [i] [1], newpoint [i] [0]);
-->
newpoint[i][1] takes the second entry in the array,
newpoint[i][0] takes the first entry in the array,

...?

the project is to be found here: http://www.edh-heppenheim.de/maps3.html



On 1 Dez., 17:49, Rossko <[email protected]> wrote:
> > var point = new GPoint (newpoint [i] [1], Newpoint [i] [0]);
>
> newpoint[] is not the same javascript array as Newpoint[]
>
> >     var marker = marker-create (point, Newpoint [i] [2], popup html);
>
> marker-create is not the same function as
>
> >     function create marker (point, icon, popup html) {
>
> Do you not get errors reported in your browser?

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