interface ILocNetManager {
    requestReGeo: ((lat, lon) => Promise<AMapLocationReGeoInfo>);
}

Properties

Properties

requestReGeo: ((lat, lon) => Promise<AMapLocationReGeoInfo>)

Type declaration

Generated using TypeDoc