C# Class EasyBike.Droid.Helpers.GooglePlacesAutocompleteAdapter

Inheritance: ArrayAdapter
Mostrar archivo Open project: ThePublicBikeGang/EasyBike Class Usage Examples

Public Properties

Property Type Description
Results List

Public Methods

Method Description
GetItem ( int position ) : Java.Lang.Object
GooglePlacesAutocompleteAdapter ( Android.Content.Context context, int textViewResourceId ) : System.Collections.Generic

Method Details

GetItem() public method

public GetItem ( int position ) : Java.Lang.Object
position int
return Java.Lang.Object

GooglePlacesAutocompleteAdapter() public method

public GooglePlacesAutocompleteAdapter ( Android.Content.Context context, int textViewResourceId ) : System.Collections.Generic
context Android.Content.Context
textViewResourceId int
return System.Collections.Generic

Property Details

Results public_oe property

public List Results
return List