/// Lat/Lng type Coordinate = { lat: number; long: number; }; export default Coordinate;