Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class GoogleMapPosition

    A class that represents a RadzenGoogleMap position.

    Inheritance
    System.Object
    GoogleMapPosition
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class GoogleMapPosition : IEquatable<GoogleMapPosition>

    Properties

    Lat

    Gets or sets the latitude.

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

    The latitude.

    Lng

    Gets or sets the longitude.

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

    The longitude.

    Methods

    Equals(GoogleMapPosition)

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

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

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

    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