java.lang.Object
ai.nextbillion.maps.model.Bounds
- 所有已实现的接口:
java.io.Serializable
public class Bounds
extends java.lang.Object
implements java.io.Serializable
The northeast and southwest points that delineate the outer bounds of a map.
- 另请参阅:
- 序列化表格
-
-
-
方法概要
| 修饰符和类型 |
方法 |
说明 |
java.lang.String |
toString() |
|
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
字段详细资料
-
The northeast corner of the bounding box.
-
The southwest corner of the bounding box.
-
-
方法详细资料
-
public java.lang.String toString()
- 覆盖:
toString 在类中 java.lang.Object