Class UserGeoLocation | MARS | 1.0.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class UserGeoLocation

    Inheritance
    Object
    UserGeoLocation
    Namespace: Unity.MARS
    Syntax
    [Serializable]
    public class UserGeoLocation

    Constructors

    UserGeoLocation()

    Declaration
    public UserGeoLocation()

    UserGeoLocation(GeographicCoordinate, String)

    Declaration
    public UserGeoLocation(GeographicCoordinate location, string name)
    Parameters
    Type Name Description
    GeographicCoordinate location
    String name

    Fields

    NullIsland

    Declaration
    public static readonly UserGeoLocation NullIsland
    Field Value
    Type Description
    UserGeoLocation

    Properties

    Location

    Declaration
    public GeographicCoordinate Location { get; }
    Property Value
    Type Description
    GeographicCoordinate

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023