Note that there are some explanatory texts on larger screens.

plurals
  1. POUse Google Maps API on desktop Application
    primarykey
    data
    text
    <p>Hi I'm writing an application in Java and I need to know if it is possible to use the Google Maps API. Because <a href="http://code.google.com/intl/it-IT/apis/maps/documentation/mapsdata/developers_guide_java.html" rel="nofollow">this</a> are deprecated, I can only use the <a href="http://code.google.com/intl/it-IT/apis/maps/documentation/javascript/" rel="nofollow">javascript APIs</a></p> <p>I want to use the already implemented function because I don't know how to replicate them</p> <p>In particular that is what I need: - I have the coordinates of an address A - I have the size of the map (HxW) - I have a the zoom Z to use - I have a list of M markers to display in the map</p> <p>I need to have the list of the markers currently visible in the mapview</p> <p>If I can use the APIs I should use a way like this: I create the map object, I set the center, the size, the zoom. I put all the markers in the map (I think I can load a KML) and then I extract the only markers that are visible in the current map view. This is the main procedure I need to implement, but I have others thing to calculate (like the bounds of the mapview and other stuffs) I'd like to use the Google Maps APIs because those function I need are already implemented, but I don't know if I can do this...</p> <p>Or maybe I can use a JavaScript Engine to run JS code in Java. But I never used tools like this and (if this solution is correct) I need a guide to use this. I've found Mozilla Rhino in wikipedia but I don't know is what I need</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload