LocationLatitude Property |
The approximate latitude 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.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
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