LocationLongitude Property |
The approximate longitude of the location associated with the
IP address. This value is not precise and should not be used
to identify a particular address or household.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public Nullable<double> Longitude { get; }
Public ReadOnly Property Longitude As Nullable(Of Double)
Get
public:
property Nullable<double> Longitude {
Nullable<double> get ();
}
member Longitude : Nullable<float> with get
Property Value
Type:
NullableDoubleSee Also