packages/core/src/lib/services/maps-api-loader/lazy-maps-api-loader.ts
Properties |
|
Methods |
|
constructor(config: any, w: WindowRef, d: DocumentRef, localeId: string)
|
|||||||||||||||
|
Parameters :
|
| Private _assignScriptLoadingPromise | ||||||
_assignScriptLoadingPromise(scriptElem: HTMLElement)
|
||||||
|
Parameters :
Returns :
void
|
| Protected _getScriptSrc | ||||||
_getScriptSrc(callbackName: string)
|
||||||
|
Parameters :
Returns :
string
|
| load |
load()
|
|
Returns :
Promise<void>
|
| Abstract load |
load()
|
|
Inherited from
MapsAPILoader
|
|
Defined in
MapsAPILoader:5
|
|
Returns :
Promise<void>
|
| Protected _config |
Type : LazyMapsAPILoaderConfigLiteral
|
| Protected _documentRef |
Type : DocumentRef
|
| Protected Readonly _SCRIPT_ID |
Type : string
|
Default value : 'agmGoogleMapsApiScript'
|
| Protected _scriptLoadingPromise |
Type : Promise<void>
|
| Protected _windowRef |
Type : WindowRef
|
| Protected Readonly callbackName |
Type : string
|
Default value : `agmLazyMapsAPILoader`
|