Skip to content

YY. LngLat

经纬度对象,用于表示世界位置的坐标标识

creation

  • constructor(x, y)
js
var lnglat = new YY.LngLat(120, 31);

properties

  • {float} x
  • {float} y

method

clone()

toString()

  • 序列化字符串

  • 返回值: String

This document is generated by vitepress and Edit by deyihu