Skip to content

Migration

Supasin Tatiyanupanwong edited this page Aug 24, 2020 · 1 revision

The Place Kit is designed to provide migration ease for the application using the Google Places SDK for Android in mind.

Class mappings

Place Kit Name Google Name Huawei Name
PlaceKit Places SearchServiceFactory
PlacesClient PlacesClient SearchService
AutocompletePrediction AutocompletePrediction List<Site>
Place Place Site
TypeFilter TypeFilter N/A
FetchPlaceRequest FetchPlaceRequest DetailSearchRequest
FetchPlaceResponse FetchPlaceResponse DetailSearchResponse
FindAutocompletePredictionsRequest FindAutocompletePredictionsRequest QuerySuggestionRequest
FindAutocompletePredictionsResponse FindAutocompletePredictionsResponse QuerySuggestionResponse

Notice

There are some of the functionalities that have not been encapsulated by the Place Kit. Please file an issue for any demanded missing features.

Clone this wiki locally