- 
            
            
as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
I have been searching on the web to see if I can use GoogleMaps with the JXMapViewer.
According to this, it is illegal, but the article is more than three years old.
Could anyone be kind enough to tell me if I can use GoogleMaps with the JXMap viewer? I know that Google has recently allowed desktop…
            >>> More
            
         
    
        - 
            
            
as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
I have been searching on the web to see if I can use GoogleMaps with the JXMapViewer.
According to this, it is illegal, but the article is more than three years old.
Could anyone be kind enough to tell me if I can use GoogleMaps with the JXMap viewer? I know that Google has recently allowed desktop…
            >>> More
            
         
    
        - 
            
            
as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
Hello everybody,
I have a google map with my own map type:
var currentProjection = new GMercatorProjection(maxLevels + 1);
var mapBounds = new GLatLngBounds(new GLatLng(-9, -15), new GLatLng(9, 15));
var custommap = new GMapType(tilelayers, currentProjection, "Some project");
map.addMapType(custommap);
map…
            >>> More
            
         
    
        - 
            
            
as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
Hey, I'm trying to work out how to use this to get the distance from the successful directions:
http://code.google.com/apis/maps/documentation/v3/reference.html#DirectionsDistance
This is the code I have so far:
var googleMaps = {
  // HTML Nodes
  fromInput: google_maps_from,
  toInput: google_maps_to…
            >>> More
            
         
    
        - 
            
            
as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
I'm trying to add Google Maps onto my JSPs by using the googlemaps jstl taglib.
I've added this into my maven pom
    <dependency>
        <groupId>com.lamatek</groupId>
        <artifactId>googlemaps</artifactId>
        <version>0.98c</version>
      …
            >>> More