/**
 * Created by cuppi on 2017/9/4.
 */

interface CoordinateParas{
  longitude: number,
  latitude: number
}

export default CoordinateParas;
