public abstract class GeoObject extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GeoObject(GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Creates a
GeoObject instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GeoBoundingBox |
getBoundingBox()
Bounding box for this
GeoObject. |
Map<String,Object> |
getCustomProperties()
Additional properties about this
GeoObject. |
abstract GeoObjectType |
getType()
Gets the GeoJSON type for this object.
|
int |
hashCode() |
public abstract GeoObjectType getType()
public final GeoBoundingBox getBoundingBox()
GeoObject.GeoObject.public final Map<String,Object> getCustomProperties()
GeoObject.GeoObject.Copyright © 2021 Microsoft Corporation. All rights reserved.