Closed IslamRustamov closed 8 months ago
Isn't it going to be convenient to add a helper function like markerToGeoJSONFeature from https://github.com/venits/react-native-map-clustering, so that developers would have an easy way to transform their coordinates to the right type?
Because a lot of mobile devs might receive coordinates in formats like: [[10, 10], [20, 20], ...] or [{latitude: 10, longitude: 10}, {latitude: 20, longitude: 20}, ...] and so on.
sheeeesh good job
Isn't it going to be convenient to add a helper function like markerToGeoJSONFeature from https://github.com/venits/react-native-map-clustering, so that developers would have an easy way to transform their coordinates to the right type?
Because a lot of mobile devs might receive coordinates in formats like: [[10, 10], [20, 20], ...] or [{latitude: 10, longitude: 10}, {latitude: 20, longitude: 20}, ...] and so on.