docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct GeographicBoundingBox

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.MARS.Data
    Assembly: Unity.MARS.Interfaces.dll
    Syntax
    [Serializable]
    public struct GeographicBoundingBox

    Fields

    center

    The latitude / longitude coordinate of the center of the bounding box

    Declaration
    [Tooltip("The latitude / longitude coordinate of the center of the bounding box")]
    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
    [Tooltip("The distance from the center in latitude degrees that the boundary extends")]
    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
    [Tooltip("The distance from the center in longitude degrees that the boundary extends")]
    public double longitudeExtents
    Field Value
    Type Description
    double
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)