GoogleMapPosition Class

A class that represents a RadzenGoogleMap position.

Inheritance

Object

GoogleMapPosition

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class GoogleMapPosition

Constructors

GoogleMapPositionlink

A class that represents a RadzenGoogleMap position.

Declaration
public GoogleMapPosition()

Properties

Latlink

Gets or sets the latitude.

Declaration
public double Lat { get; set; }
Property Value
Type Description
doubleGets or sets the latitude.

Lnglink

Gets or sets the longitude.

Declaration
public double Lng { get; set; }
Property Value
Type Description
doubleGets or sets the longitude.

Methods

Equalslink

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

Equalslink

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

GetHashCodelink

Declaration
public override int GetHashCode()
Returns
Type Description
int
An error has occurred. This app may no longer respond until reloaded. Reload 🗙