fengxiang
2018-07-06 8ac3a87733b421c1f1cb3b691f946c05bdae02df
src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
@@ -3,12 +3,12 @@
@Injectable()
export class CoorPickerService {
  public data:CoorPicker = {
    longitude:0,
    latitude:0,
    name:'',
    describe:'',
    address:''
  public data: CoorPicker = {
    longitude: 0,
    latitude: 0,
    name: '',
    describe: '',
    address: ''
  };
  constructor() { }