UNPKG

jbzwebsdk

Version:

Shanghai jinbaozheng easy network technology Co.,Ltd sdk

11 lines (8 loc) 144 B
/** * Created by cuppi on 2017/9/4. */ interface CoordinateParas{ longitude: number, latitude: number } export default CoordinateParas;