Gets an array of Hit objects.
Namespace:
Autoaddress.Autoaddress2_0.Model.ReverseGeocode
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Hit[] Hits { get; }
Public ReadOnly Property Hits As Hit()
Get
public:
property array<Hit^>^ Hits {
array<Hit^>^ get ();
}
member Hits : Hit[] with get
Property Value
Type:
Hit
See Also