File

projects/ngx-amap/src/shared/ngx-amap-config.ts

Index

Properties

Properties

apiKey
apiKey: string
Type : string
Optional
apiVersion
apiVersion: string
Type : string
Optional
debug
debug: boolean
Type : boolean
Optional
debugTags
debugTags: string
Type : string
Optional
protocol
protocol: "http" | "https"
Type : "http" | "https"
Optional
uiVersion
uiVersion: string
Type : string
Optional
import { InjectionToken } from '@angular/core';

export interface NgxAmapConfig {
  apiKey?: string;
  apiVersion?: string;
  uiVersion?: string;
  protocol?: 'http' | 'https';
  debug?: boolean;
  debugTags?: string;
}

export const NGX_AMAP_CONFIG = new InjectionToken<NgxAmapConfig>('NGX_AMAP_CONFIG');

result-matching ""

    No results matching ""