oak-external-sdk/lib/types/AMap.d.ts

8 lines
266 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* https://lbs.amap.com/upgrade#price
* 个人开发者/乘风计划/商用
* 基础LBS服务按12060来round robin
*/
export type AmapKeyType = 'personal' | 'special' | 'business';
export declare const WebServiceKeyWeight: Record<AmapKeyType, number>;