UNPKG

ng2-heremaps

Version:
52 lines 1.59 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function LoaderOptions() { } function LoaderOptions_tsickle_Closure_declarations() { /** * JavaScript Api key token * @type {?} */ LoaderOptions.prototype.apiKey; /** * JavaScript App ID token * @type {?} */ LoaderOptions.prototype.appId; /** * Maps API version. * @type {?|undefined} */ LoaderOptions.prototype.apiVersion; /** * Protocol used for the `<script>` tag. * @type {?|undefined} */ LoaderOptions.prototype.protocol; /** * Defines which Maps libraries should get loaded. * @type {?} */ LoaderOptions.prototype.libraries; /** * The default bias for the map behavior is US. * If you wish to alter your application to serve different map tiles or bias the * application, you can overwrite the default behavior (US) by defining a `region`. * See https://developers.google.com/maps/documentation/javascript/basics#Region * @type {?|undefined} */ LoaderOptions.prototype.region; /** * The Google Maps API uses the browser's preferred language when displaying * textual information. If you wish to overwrite this behavior and force the API * to use a given language, you can use this setting. * See https://developers.google.com/maps/documentation/javascript/basics#Language * @type {?|undefined} */ LoaderOptions.prototype.language; } //# sourceMappingURL=loader-options.interface.js.map