The latitude associated with the address.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> Latitude { get; }
Public ReadOnly Property Latitude As Nullable(Of Double)
Get
public:
property Nullable<double> Latitude {
Nullable<double> get ();
}
member Latitude : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also