From a94662f9bb282ceefd7681abdbb57b938404a396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Sun, 7 Feb 2016 22:27:29 +0100 Subject: [PATCH] feat(LazyMapsAPILoader): support libraries query param closes #114 --- .../maps-api-loader/lazy-maps-api-loader.ts | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) 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 `