A class that represents a RadzenGoogleMap position.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class GoogleMapPositionA class that represents a RadzenGoogleMap position.
public GoogleMapPosition()Gets or sets the latitude.
public double Lat { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the latitude. |
Gets or sets the longitude.
public double Lng { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the longitude. |
public bool Equals(GoogleMapPosition other)
| Type | Name | Description |
|---|---|---|
| GoogleMapPosition | other |
| Type | Description |
|---|---|
| bool |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public override int GetHashCode()
| Type | Description |
|---|---|
| int |