ng2-heremaps
Version:
Here Maps for Angular 6
26 lines • 568 B
JavaScript
/**
* @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