| Constructor and Description |
|---|
GeoPointCollection(List<GeoPoint> points)
Constructs a
GeoPointCollection. |
GeoPointCollection(List<GeoPoint> points,
GeoBoundingBox boundingBox,
Map<String,Object> customProperties)
Constructs a
GeoPointCollection. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<GeoPoint> |
getPoints()
Unmodifiable representation of the
geometric points representing this multi-point. |
GeoObjectType |
getType()
Gets the GeoJSON type for this object.
|
int |
hashCode() |
getBoundingBox, getCustomPropertiespublic GeoPointCollection(List<GeoPoint> points)
GeoPointCollection.points - The points that define the multi-point.NullPointerException - If points is null.public GeoPointCollection(List<GeoPoint> points, GeoBoundingBox boundingBox, Map<String,Object> customProperties)
GeoPointCollection.points - The points that define the multi-point.boundingBox - Bounding box for the multi-point.customProperties - Additional properties of the multi-point.NullPointerException - If points is null.public List<GeoPoint> getPoints()
geometric points representing this multi-point.geometric points representing this multi-point.public GeoObjectType getType()
GeoObjectCopyright © 2021 Microsoft Corporation. All rights reserved.