예제 #1
0
 public LonLat getLonLatFromPixel(Pixel pixel) {
   return new LonLat(MapImpl.getLonLatFromPixel(getJSObject(), pixel.getJSObject()));
 }