# point

一个``Point几何对象,它具有 xy表示在像素的屏幕坐标特性。

类型: Object

# Examples

var point = new vjmap.Point(-77, 38);
1