Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GoogleMapPosition

    A class that represents a RadzenGoogleMap position.

    Inheritance
    object
    GoogleMapPosition
    Implements
    IEquatable<GoogleMapPosition>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class GoogleMapPosition : IEquatable<GoogleMapPosition>

    Constructors

    GoogleMapPosition()

    A class that represents a RadzenGoogleMap position.

    Declaration
    public GoogleMapPosition()

    Properties

    Lat

    Gets or sets the latitude.

    Declaration
    public double Lat { get; set; }
    Property Value
    Type Description
    double

    The latitude.

    Lng

    Gets or sets the longitude.

    Declaration
    public double Lng { get; set; }
    Property Value
    Type Description
    double

    The longitude.

    Methods

    Equals(GoogleMapPosition)

    A class that represents a RadzenGoogleMap position.

    Declaration
    public bool Equals(GoogleMapPosition other)
    Parameters
    Type Name Description
    GoogleMapPosition other
    Returns
    Type Description
    bool

    Equals(object)

    A class that represents a RadzenGoogleMap position.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    A class that represents a RadzenGoogleMap position.

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

    Implements

    IEquatable<T>

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT