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