|
@@ -1,7 +1,7 @@
|
|
|
import { Component, OnInit, ViewChild, ElementRef, Input } from '@angular/core';
|
|
|
import { AlertController } from '@ionic/angular';
|
|
|
import { GaoDeLocation,PositionOptions } from '@ionic-native/gao-de-location/ngx';
|
|
|
-import { NativeService } from 'src/app/shared/servers/native.Service';
|
|
|
+import { NativeService } from 'src/app/shared/servers/native.service';
|
|
|
declare var AMap: { Map: new (arg0: any, arg1: { view: any; }) => void; View2D: new (arg0: { zoom: number; rotateEnable: boolean; showBuildingBlock: boolean; }) => void; plugin: (arg0: string[], arg1: () => void) => void; ToolBar: new () => void; };
|
|
|
/**
|
|
|
* 地图组件
|