diff --git a/src/services/maps-api-loader/lazy-maps-api-loader.ts b/src/services/maps-api-loader/lazy-maps-api-loader.ts index dfba5160c..8a3f8ee62 100644 --- a/src/services/maps-api-loader/lazy-maps-api-loader.ts +++ b/src/services/maps-api-loader/lazy-maps-api-loader.ts @@ -8,10 +8,31 @@ export enum GoogleMapsScriptProtocol { } export class LazyMapsAPILoaderConfig { + /** + * The Google Maps API Key (see: + * https://developers.google.com/maps/documentation/javascript/get-api-key) + */ apiKey: string = null; + + /** + * Google Maps API version. + */ apiVersion: string = '3'; + + /** + * Host and Path used for the `