Class Location
Represents the physical location of the browser.
public class Location
- Inheritance
-
Location
- Inherited Members
Constructors
Location(double, double, double)
Initializes a new instance of the Location class.
public Location(double latitude, double longitude, double altitude)
Parameters
latitude
doublelatitude for current location
longitude
doublelongitude for current location
altitude
doublealtitude for current location
Properties
Altitude
Gets the altitude of the current location.
public double Altitude { get; }
Property Value
Latitude
Gets the latitude of the current location.
public double Latitude { get; }
Property Value
Longitude
Gets the longitude of the current location.
public double Longitude { get; }
Property Value
Methods
ToString()
Retuns string represenation for current location.
public override string ToString()