├── LICENSE ├── RCGooglePlaces.pas ├── README.md ├── TGooglePlacesTest.dpr ├── TGooglePlacesTest.dproj ├── TRCGooglePlacesComponents.groupproj ├── TRCGooglePlaces_d.dpk ├── TRCGooglePlaces_d.dproj ├── TRCGooglePlaces_r.dpk ├── TRCGooglePlaces_r.dproj ├── TRCGooglePlaces_r.dproj.local ├── uGooglePlacesAutocomplete.pas ├── uGooglePlacesDetails.pas ├── uMain.dfm ├── uMain.pas ├── uPolylineDecoder.pas └── uRCGPlaceAutocompleteCombo.pas /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/LICENSE -------------------------------------------------------------------------------- /RCGooglePlaces.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/RCGooglePlaces.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/README.md -------------------------------------------------------------------------------- /TGooglePlacesTest.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TGooglePlacesTest.dpr -------------------------------------------------------------------------------- /TGooglePlacesTest.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TGooglePlacesTest.dproj -------------------------------------------------------------------------------- /TRCGooglePlacesComponents.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TRCGooglePlacesComponents.groupproj -------------------------------------------------------------------------------- /TRCGooglePlaces_d.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TRCGooglePlaces_d.dpk -------------------------------------------------------------------------------- /TRCGooglePlaces_d.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TRCGooglePlaces_d.dproj -------------------------------------------------------------------------------- /TRCGooglePlaces_r.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TRCGooglePlaces_r.dpk -------------------------------------------------------------------------------- /TRCGooglePlaces_r.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TRCGooglePlaces_r.dproj -------------------------------------------------------------------------------- /TRCGooglePlaces_r.dproj.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/TRCGooglePlaces_r.dproj.local -------------------------------------------------------------------------------- /uGooglePlacesAutocomplete.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/uGooglePlacesAutocomplete.pas -------------------------------------------------------------------------------- /uGooglePlacesDetails.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/uGooglePlacesDetails.pas -------------------------------------------------------------------------------- /uMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/uMain.dfm -------------------------------------------------------------------------------- /uMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/uMain.pas -------------------------------------------------------------------------------- /uPolylineDecoder.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/uPolylineDecoder.pas -------------------------------------------------------------------------------- /uRCGPlaceAutocompleteCombo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RynoCoetzee/TRCGPlaceAutoCompleteCombo/HEAD/uRCGPlaceAutocompleteCombo.pas --------------------------------------------------------------------------------