Table of Contents

Class GoogleMapPosition

Namespace
Radzen
Assembly
Radzen.Blazor.dll

A class that represents a RadzenGoogleMap position.

public class GoogleMapPosition : IEquatable<GoogleMapPosition>
Inheritance
GoogleMapPosition
Implements
Inherited Members

Constructors

GoogleMapPosition()

public GoogleMapPosition()

Properties

Lat

Gets or sets the latitude.

public double Lat { get; set; }

Property Value

double

The latitude.

Lng

Gets or sets the longitude.

public double Lng { get; set; }

Property Value

double

The longitude.

Methods

Equals(GoogleMapPosition)

public bool Equals(GoogleMapPosition other)

Parameters

other GoogleMapPosition

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int