Go Back   Coding Forum > Coding World > Java

Reply
 
LinkBack Thread Tools Display Modes
Old 02-15-2012, 05:50 AM   #1 (permalink)
SL
Guest
 
Posts: n/a
Default Google Maps and Java

I am trying to write a java programs on windows xp which will show google
maps. I suppose it will have to do with web services as done by a browser.

Being pretty new with java, can anybody offer some tips ?

Thanks.


  Reply With Quote
Old 02-15-2012, 10:30 AM   #2 (permalink)
Jeff Higgins
Guest
 
Posts: n/a
Default Google Maps and Java

On 02/15/2012 01:34 AM, SL wrote:
> I am trying to write a java programs on windows xp which will show google
> maps. I suppose it will have to do with web services as done by a browser.
>
> Being pretty new with java, can anybody offer some tips ?
>
> Thanks.
>
>

Documentation begins here.
<http://code.google.com/apis/maps/index.html>
  Reply With Quote
Old 02-16-2012, 03:30 PM   #3 (permalink)
Roedy Green
Guest
 
Posts: n/a
Default Google Maps and Java

On Wed, 15 Feb 2012 14:34:03 +0800, "SL" <sb5309@hotmail.com> wrote,
quoted or indirectly quoted someone who said :

>Being pretty new with java, can anybody offer some tips ?


It is best to start with the simplest imaginable program and get that
working, then gradually add features.

That way you are always building on a correct understanding of the
API.

It is so easy to misinterpret documentation and create a giant mess
you cannot begin to debug.

Try using Google to find sample code snippets.
--
Roedy Green Canadian Mind Products
http://mindprod.com
One of the most useful comments you can put in a program is
"If you change this, remember to change ?XXX? too".

  Reply With Quote
Old 02-22-2012, 05:50 AM   #4 (permalink)
jebblue
Guest
 
Posts: n/a
Default Google Maps and Java

On Wed, 15 Feb 2012 14:34:03 +0800, SL wrote:

> I am trying to write a java programs on windows xp which will show
> google maps. I suppose it will have to do with web services as done by a
> browser.
>
> Being pretty new with java, can anybody offer some tips ?
>
> Thanks.


If when you say "web services as done by a browser" you mean
[web services used by a browser application similar to Maps]
then OK.

Try this, not kidding, type into Google Search, "how
to program Google Maps". Check out the link titled:

"Google Maps API Family"

Watch out for licensing. There is also a great open source
maps project, Open Street Maps, although I don't think
they have satellite imagery.

--
// This is my opinion.
  Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT. The time now is 01:29 AM.


Powered by vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright ©2010, CodingForum.Org