Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. region = mMap.getProjection().getVisibleRegion().latLngBounds;
  2. double left = region.southwest.longitude;
  3. double top = region.northeast.latitude;
  4. double right = region.northeast.longitude;
  5. double bottom = region.southwest.latitude;
  6.  
  7. mMapFragment.getView().getWidth();
  8. mMapFragment.getView().getHeight();
  9.  
  10. Point click = mMap.getProjection().toScreenLocation(latLng);
  11.  
  12. http://95.110.202.41:9090/geoserver/sindot/wms?service=WMS&request=GetFeatureInfo&info_format=application%2Fjson&version=1.1.1&srs=EPSG%3A3857&bbox=1222173.74033,5056403.44084,1222174.11356,5056403.7028&query_layers=sindot:verticale&layers=sindot:verticale&feature_count=3&styles=tabletb3lab&width=2048&height=1262&x=1441&y=503
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement