android - How to set Google Place Picker for selcet place in one country? -


i using google place sdk , want set placepicker selecting place in 1 country (ukraine).

this code:

try {         placepicker.intentbuilder intentbuilder =                 new placepicker.intentbuilder();         intent intent = intentbuilder.build(this);         // start intent requesting result,         // identified request code.         startactivityforresult(intent, request_place_picker);      } catch (googleplayservicesrepairableexception e) {         // ...     } catch (googleplayservicesnotavailableexception e) {         // ...     } 

and work result in activity.onresult()


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -