Only just found this question.

Not really sure what you asking.

coordinates dont have to be uploaded to a server. Just use the
coordinates in the javascript directly. Wherever you display the
Google Maps API. Persumably you have a webbrowser embedded in the
desktop app, and output some html in that browser - that includes JS
to make a map. Include the coordinates there.

On Fri, Nov 25, 2011 at 8:54 AM, GTrek <j...@gtrek.co.uk> wrote:
> Hi Barry,
>
> Is it possible to display those coordinates from a desktop app without
> uploading them to a public server first ?
>
> John
>
> On Nov 24, 9:55 pm, Barry Hunter <barrybhun...@gmail.com> wrote:
>> Why put it though the Directions API at all? if you have a list of
>> coordinates from the GPS, just plot them directly and draw a line.
>>
>> You wont get caught out when the subject travelled via a thoroughfare not
>> in Googles' database.
>>
>> Plot the two lines in a different colour, and should be easy to visually
>> compare the two routes.
>>
>>
>>
>>
>>
>>
>>
>> On Thu, Nov 24, 2011 at 7:09 PM, Raul Dias <rauld...@gmail.com> wrote:
>> > Hi,
>>
>> > I am evaluating if Google Maps can be the right tool for my use.
>>
>> > The idea is to have a list of waypoints from a gps ( e.g. watch
>> > runner/biker ) and trace the route that he want by.
>> > The first problem I see is that there is a limitation of 8 waypoints in
>> > the directions api.
>>
>> > Now assuming a second list of waypoints, I want to compare the the route
>> > is the same as the first one.
>>
>> > Is Google Maps the right tool for it?
>>
>> > If not what do you suggest?
>>
>> > Thanks,
>>
>> > -rsd
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups
>> > "Google Maps JavaScript API v3" group.
>> > To view this discussion on the web visit
>> >https://groups.google.com/d/msg/google-maps-js-api-v3/-/NJx0JP0RVI0J.
>> > To post to this group, send email to
>> > google-maps-js-api-v3@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-maps-js-api-v3+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
> --
> 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 google-maps-js-api-v3@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to