UNPKG

ng2-heremaps

Version:
26 lines 568 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * Structure describes Geo Location with latitude and longitude * @record */ export function LatLon() { } function LatLon_tsickle_Closure_declarations() { /** @type {?} */ LatLon.prototype.lat; /** @type {?} */ LatLon.prototype.lon; } /** * @record */ export function LatLng() { } function LatLng_tsickle_Closure_declarations() { /** @type {?} */ LatLng.prototype.lat; /** @type {?} */ LatLng.prototype.lng; } //# sourceMappingURL=lat-lng.js.map