Class MapProjectionHandle
java.lang.Object
org.maplibre.nativeffi.map.MapProjectionHandle
- All Implemented Interfaces:
AutoCloseable
Owned standalone projection snapshot created from a map.
-
Method Summary
Modifier and TypeMethodDescriptioncamera()voidclose()static MapProjectionHandlebooleanisClosed()latLngForPixel(ScreenPoint point) pixelForLatLng(LatLng coordinate) voidsetCamera(CameraOptions camera) voidsetVisibleCoordinates(List<LatLng> coordinates, EdgeInsets padding) voidsetVisibleGeometry(Geometry geometry, EdgeInsets padding)
-
Method Details
-
create
-
camera
-
setCamera
-
setVisibleCoordinates
-
setVisibleGeometry
-
pixelForLatLng
-
latLngForPixel
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
isClosed
public boolean isClosed()
-