Options
All
  • Public
  • Public/Protected
  • All
Menu

点标记覆盖物操作

Hierarchy

Index

Constructors

constructor

Properties

address

address: string

地理位置

city

city: string

所在城市

district

district: string

所在区/县/街道

enabledEditor

enabledEditor: boolean = false

是否编辑

enabledLocation

enabledLocation: boolean = true

在 enabledEditor 为 true的条件下 当标记点坐标信息为空时,启用当前定位信息,

enabledMapClickLocation

enabledMapClickLocation: boolean = true

在 enabledEditor 为 true的条件下 是否启用坐标切换到点击地图的位置

enabledMapFlowCenter

enabledMapFlowCenter: boolean = true

在 enabledEditor 为 true的条件下 是否启用地图中心视角以当前marker为主

hideLoading

hideLoading: () => void = ...

Type declaration

    • (): void
    • Returns void

lat

lat: number

纬度

lng

lng: number

经度

lnglat

lnglat: string

标记点的经纬度,例如:110.568434,32.377389

onChange

onChange: () => void = ...

Type declaration

    • (): void
    • Returns void

province

province: string

所在省份

showLoading

showLoading: (message?: string) => void = ...

Type declaration

    • (message?: string): void
    • Parameters

      • Optional message: string

      Returns void

title

title: string = "地图坐标"

type

type: string = ...

zoom

zoom: number = -1

地图缩放级别

Methods

isEmptyLngLat

  • isEmptyLngLat(): boolean

notifyChange

  • notifyChange(): void

toResultInfo

  • toResultInfo(): string

Static newParam