I need to generate simple maps.

Asked By 20 points N/A Posted on -
qa-featured

Hi to everyone,

I need to generate simple maps. I choose Java programming language as the center of my focus for this year. Studies show that more programmers are fun of using Java programming language for some graphical user interface feature. I just want to ask you on how to create or generate simple maps using Java?

 

Thank you.

SHARE
Answered By 10 points N/A #178401

I need to generate simple maps.

qa-featured

Hi,

In Java there is a url based view of the maps. You just need to send parameters with the static url to get view of the map.

Visit the map documentation page for the parameters like latitude, longitude, center , zoom , format.

https://developers.google.com/maps/documentation/static-maps/

For example

You need to build a connection to this http link and get the response and display it. For more information you can see this following url.

https://community.oracle.com/blogs/cajo/2010/10/16/adding-google-maps-your-java-application

I hope this will helps you.

Thank you.

Related Questions