Struct GeographicBoundingBox
Namespace: Unity.MARS.Data
Syntax
[Serializable]
public struct GeographicBoundingBox
Fields
center
The latitude / longitude coordinate of the center of the bounding box
Declaration
public GeographicCoordinate center
Field Value
Type | Description |
---|---|
GeographicCoordinate |
latitudeExtents
Declaration
public double latitudeExtents
Field Value
Type | Description |
---|---|
Double |
longitudeExtents
Declaration
public double longitudeExtents
Field Value
Type | Description |
---|---|
Double |