UNPKG

t-comm

Version:

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

5 lines (4 loc) 195 B
import { LocationInterface, LocationResult } from '../location-interface'; export default class TencentMapApiLocation implements LocationInterface { getLocation(): Promise<LocationResult>; }