Struct GeographicBoundingBox
Namespace: Unity.MARS.Data
Syntax
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
The distance the bounding box extends from the center in the north and south directions (in degrees)
Declaration
public double latitudeExtents
Field Value
Type | Description |
---|---|
Double |
longitudeExtents
The distance the bounding box extends from the center in the east and west directions (in degrees)
Declaration
public double longitudeExtents
Field Value
Type | Description |
---|---|
Double |