MundlTransit.WP8.Model.Wgs84Location.Wgs84Location C# (CSharp) Method

Wgs84Location() public method

public Wgs84Location ( double longitude, double latitude ) : System
longitude double
latitude double
return System
        public Wgs84Location(double longitude, double latitude)
        {
            Longitude = longitude;
            Latitude = latitude;
        }

Same methods

Wgs84Location::Wgs84Location ( Geocoordinate gc ) : System
Wgs84Location