public Nullable<float> Latitude { get; set; }
Public Property Latitude As Nullable(Of Single) Get Set
public: property Nullable<float> Latitude { Nullable<float> get (); void set (Nullable<float> value); }