C# 클래스 EasyBike.Droid.Helpers.GooglePlacesAutocompleteAdapter

상속: ArrayAdapter
파일 보기 프로젝트 열기: ThePublicBikeGang/EasyBike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Results List

공개 메소드들

메소드 설명
GetItem ( int position ) : Java.Lang.Object
GooglePlacesAutocompleteAdapter ( Android.Content.Context context, int textViewResourceId ) : System.Collections.Generic

메소드 상세

GetItem() 공개 메소드

public GetItem ( int position ) : Java.Lang.Object
position int
리턴 Java.Lang.Object

GooglePlacesAutocompleteAdapter() 공개 메소드

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

프로퍼티 상세

Results 공개적으로 프로퍼티

public List Results
리턴 List