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 |