AddressLongitude Property |
The longitude associated with the address.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic 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:
NullableDouble
See Also