UNPKG

mappls-map-react-native

Version:

A Mappls GL react native module for creating custom maps

5 lines (4 loc) 207 B
import { featureCollection, point } from "@turf/helpers"; export function makeNativeBounds(ne: GeoJSON.Position, sw: GeoJSON.Position) { return JSON.stringify(featureCollection([point(ne), point(sw)])); }