import { LatLng } from 'react-native-maps'; import type { Feature, Point, Polygon } from 'geojson'; export declare const isPointInPolygon: (coordinate: LatLng, coordinates: LatLng[]) => boolean; export declare const getPointFromCoordinate: (coordinate: LatLng) => Feature; export declare const getPolygonFromCoordinates: (coordinates: LatLng[]) => Feature | null; export declare const getMidpointFromCoordinates: (coordinate1: LatLng, coordinate2: LatLng) => LatLng; //# sourceMappingURL=geospatials.d.ts.map