Class GoogleMapPosition
A class that represents a RadzenGoogleMap position.
Implements
Inherited Members
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
GetHashCode()
A class that represents a RadzenGoogleMap position.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |