--
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-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Is it possible to display those coordinates from a desktop app without
uploading them to a public server first ?
John
You'll need to decide for yourself what criteria you want to use for
that. Might then give you some ideas as to how to actually implement
it. For example, you might decide that a deviation of more than 50m
counts as a "failed" comparison.
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.