@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LatLong = void 0;
/** @description Latitude and longitude */
class LatLong {
/** @description The latitude of the point. Represented as signed degrees. http://www.geomidpoint.com/latlon.html */
lat;
/** @description The longitude of the point. Represented as signed degrees http://www.geomidpoint.com/latlon.html */
long;
}
exports.LatLong = LatLong;
//# sourceMappingURL=lat-long.js.map