Displaying Formatted Phone Number From The Google Places Api In A Alert Dialog On Android?
I have been using this following tutorial regarding the Google Maps API and Google Places API. http://www.androidhive.info/2012/08/android-working-with-google-places-and-maps-tutor
Solution 1:
oItem=new OverlayItem(gp, place.name, place.vicinity+"\n"+"Rating: "+place.rating+" "+ place.formatted_phone_number);
try this place.formatted_phone_number
Post a Comment for "Displaying Formatted Phone Number From The Google Places Api In A Alert Dialog On Android?"