Ejemplo n.º 1
0
 private static MQARectLL toMQARectLL(final GWTBounds bounds) {
   final MQALatLng ne = toMQALatLng(bounds.getNorthEastCorner());
   final MQALatLng sw = toMQALatLng(bounds.getSouthWestCorner());
   return MQARectLL.newInstance(ne, sw);
 }