Dont you figure If its called an API you should familiarize yourself
just a little with the language its for?
Kyrre Baker wrote:
> Yes. Or go for the better alternative; no. I see that JavaScript
> writers are so cheap to hire that i don´t even bother when it comes to
> the rest of this code.
There are web application developers (especially those who specialize in
mapping applications
see the personal prejudice in that ) and then there are script
kiddies..who could learn to use the
API at your expense.... but will still not contribute much more than
doing just
what you ask of them
> But thank you for the URL. I probably would not
> have found google myself.
>
You would be surprised how many fail to use the resources readily at hand
this group has a great search tool on the web front end that would
answer 50 percent
or so of the questions with past posts...
> On Sep 23, 2:43 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
>> On Sep 22, 5:13 pm, Kyrre Baker <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>
>>> Thank you.
>>>
>>> Sounds like a good idea. But. And there´s a big one. I have _no_ idea
>>> on how to create- and work with arrays in javascript. In PHP i would
>>> do it simple like this.
>>>
>>> // Adding to array
>>> foreach (...time the positions are read) {
>>> if (!in_array($latlon, $array)) {
>>> $array[] = $latlon;
>>> }
>>>
>>> }
>>>
>>> I would probably do it like you recomend if; and only if i knew any
>>> javascript at all :-/
>>>
>> Maybe you should learn
>> some...http://www.google.com/search?sourceid=gmail&q=javascript%20tutorial
>>
>>
>>
>>
>>> On Sep 23, 1:53 am, Rossko <[EMAIL PROTECTED]> wrote:
>>>
>>>>> The question are. Can i, in a not-to-difficult way, make the map
>>>>> create a polyline from "the last mark"- to "this mark"?
>>>>>
>>>> Shouldn't be difficult.
>>>> You're already getting the GLatLng() of each point as it comes in, to
>>>> place your markers.
>>>> Push each new GLatLng() onto an array
>>>> If your polyline exists, removeOverlay it.
>>>> Now re-define the polyline using the points array, and addOverlay it.
>>>>
>>>> cheers, Ross K- Hide quoted text -
>>>>
>>> - Show quoted text -
>>>
> >
> .
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---