Calculates the LatLng for the given point using this camera's crs and zoom (or the provided zoom).
point
zoom
LatLng unprojectAtZoom(Offset point, [double? zoom]) => crs.offsetToLatLng(point, zoom ?? this.zoom);