-
Notifications
You must be signed in to change notification settings - Fork 2
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.
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 |
There are some of the functionalities that have not been encapsulated by the Place Kit. Please file an issue for any demanded missing features.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. Java is a registered trademark of Oracle and/or its affiliates.