public class MapSnapshot
extends java.lang.Object
MapSnapshotter
Modifier and Type | Method | Description |
---|---|---|
protected void |
finalize() |
|
protected java.lang.String[] |
getAttributions() |
|
android.graphics.Bitmap |
getBitmap() |
|
LatLng |
latLngForPixel(android.graphics.PointF pointF) |
Calculate geographical coordinates from a point in pixels on the Image
|
android.graphics.PointF |
pixelForLatLng(LatLng latLng) |
Calculate the point in pixels on the Image from geographical coordinates.
|
public android.graphics.Bitmap getBitmap()
@NonNull public android.graphics.PointF pixelForLatLng(LatLng latLng)
latLng
- the geographical coordinates@NonNull public LatLng latLngForPixel(android.graphics.PointF pointF)
pointF
- the point in pixelsprotected java.lang.String[] getAttributions()
protected void finalize()
finalize
in class java.lang.Object