sdk-google-map
Version:
Simple to use (Angular) embedded Google map.
33 lines (32 loc) • 1.82 kB
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SDKGoogleMapComponent {
/**************************************************************************
* Input/Output Parameters
**************************************************************************/
height: string;
width: string;
latitude: string;
longitude: string;
location: string;
zoom: string;
border: string;
/**************************************************************************
* Component Variables
**************************************************************************/
map: ElementRef | undefined;
protected isLoading: boolean;
protected _height: string;
protected _width: string;
/**************************************************************************
* Component Lifecycle Methods
**************************************************************************/
protected ngOnChanges(_args: any): void;
/**************************************************************************
* Private Methods
**************************************************************************/
private setMap;
private loadMap;
static ɵfac: i0.ɵɵFactoryDeclaration<SDKGoogleMapComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SDKGoogleMapComponent, "sdk-google-map", never, { "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "latitude": { "alias": "latitude"; "required": false; }; "longitude": { "alias": "longitude"; "required": false; }; "location": { "alias": "location"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "border": { "alias": "border"; "required": false; }; }, {}, never, never, true, never>;
}