GoogleMap

Android GoogleMap Example to Draw Route Between Two Locations

In this article, we will discuss how to draw route between two locations in GoogleMap using Directions API. Directions API The Directions API is a service that calculates directions between locations using an HTTP request. With the Directions API, you can: Search for directions for several modes of transportation, including transit, driving, walking or cycling. …

Android GoogleMap Example to Draw Route Between Two LocationsRead More »

Android Working with GoogleMap

Android Google Map Android provides facility to integrate Google map in our application by using Maps SDK for Android API. With the Maps SDK for Android, you can add maps based on Google Maps data to your application. The API automatically handles access to Google Maps servers, data downloading, map display, and response to map …

Android Working with GoogleMapRead More »

Android Get current and Nearby Places Using Places SDK

The Google Play Services version of the Places SDK for Android (i.e. com.google.android.gms:play-services-places) is turned off on July 29, 2019. Now a new version of the Places SDK for Android is available which depends on AndroidX. In this article, we will talk about how to get current and nearby places of user’s device using a new Google …

Android Get current and Nearby Places Using Places SDKRead More »

Android Get Current Location Using Fused Location Provider

In this article, we will talk about what a fused location provider is and how to use it to get the current location using a sample Android application. We need not explicitly choose either GPS provider or Network location provider, as the “Fused Location Provider” automatically chooses the underlying technology and gives the best location …

Android Get Current Location Using Fused Location ProviderRead More »

Google Places API Example with AutocompleteTextView(Kotlin/Java)

Here is the simple example of Google Places SDK for Android returns place predictions in response to user search queries.As the user types, the autocomplete service returns suggestions for places such as businesses, addresses, latitude, longitude etc. Get the full code from Github     You can add autocompleteTextView  to your app in the following …

Google Places API Example with AutocompleteTextView(Kotlin/Java)Read More »

%d bloggers like this: