UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

6 lines (5 loc) 315 B
import { LocationInterface, LocationOptions, LocationResult } from '../location-interface'; export default class TencentMapApiLocation implements LocationInterface { static getAreaInfoByLatAndLng(lat: number, lng: number): Promise<unknown>; getLocation(options: LocationOptions): Promise<LocationResult>; }