Skip to main content

All Questions

0 votes
1 answer
162 views

which google map api is used to add my business place marker to google map programmatically from app

We developed app for warehouse listing and management. We want to add business place marker / Warehouse to google map programmatically through api from our android application, so that any person can ...
Amardeep Kumar's user avatar
0 votes
0 answers
118 views

How can I fix 'Invalid key' error & retrieve JSON data of specific places from Maps API?

So I am trying to use the Places API for an android app. I've used the correct URL to query for the JSON results of places however when I run the app I receive this error in my logcat: data: { "...
Zahid Habib's user avatar
3 votes
2 answers
3k views

How do I get co-ordinates of all gas/fuel/petrol stations on Google Maps?

I'm developing a petrol price comparison app for my final year project in university (something similar to GasBuddy or PetrolPrices if you're living in the UK/US). I want to create an Android app that ...
rookiecookie's user avatar
0 votes
1 answer
4k views

Implementig Swiggy like Delivery app's map design

Swiggy or any other On-Demand Services like delivery app uses a map activity like the image below I planned about the implementation- 1) Add a Places AutoComplete API fragment/ activity 2)...
user9185187's user avatar
1 vote
0 answers
195 views

Autocomplete Google Place API

I am facing a problem when using Google Place API with Auto complete. I want to restrict the search to Greece and in iOS it is working Screenshot iOS but in Android it returns data in German ...
Karamjeet Singh's user avatar
1 vote
1 answer
325 views

How to set language restriction in com.google.android.libraries.places:places:

I'm setting up this new google places api --> com.google.android.libraries.places:places:1.1.0 but I'm unable to find to set the language for results provided by this api. when I input some keywords ...
Android Debugger's user avatar
1 vote
0 answers
153 views

google places sdk migration to new sdk android

I received email from google : We are writing to remind you that the previous versions of Places SDK for Google Maps Platform were deprecated on January 29, 2019, and will be turned off on July 29, ...
AskQ's user avatar
  • 4,263
2 votes
1 answer
1k views

Place API- How to get the NearbyList of a Specific(Different) Location

I am integrated new place API and I am using the below method to get the nearest place list. private fun getNearestPlaceList(placesClient: PlacesClient) { val placeFields = listOf(Place....
Nithinjith's user avatar
  • 1,805
3 votes
0 answers
717 views

How to enable google places API

I am creating an app that uses google maps API and then displays the address of the user's location gained from the places API on top, however when I try to access the places API I get the below ...
Brooklyn's user avatar
0 votes
2 answers
1k views

Google Map places autocomplete doesn't work

I wanted to implement AutocompleteFragment (google places) but when I click to search view in a fragment, the fragment disappears (fell down). Google Maps and Places API work and in console I see ...
Narritt's user avatar
  • 67
1 vote
1 answer
416 views

Google Place SDK gives wrong current place detail

In my application, I have a requirement where I need to track the user's current place and notify the user if he/she stays for some time. So to do this, I am using Google's place SDK to get current ...
Mehta's user avatar
  • 1,226
1 vote
1 answer
108 views

Add personal locations to Google Placeautocomplete list

Is there a way to pin an address to the top of a placeautocomplete search for an android app? http://jsfiddle.net/v9rt3t2y/ This example is in JS/HTML, but I couldn't find anything for native ...
Abhishek Patel's user avatar
1 vote
1 answer
841 views

How to get local place and business information in Google Maps while clicking on the icon?

In the "Google Maps" app while a user clicks on the icon of a local place or business or institution(e.g ATM, Hospital icon) it shows the details of that business. I want to do the similar thing. So ...
Fazla Elahi Md. Jubayer's user avatar
-1 votes
1 answer
941 views

How to get the place address from specified latitude and longitude with Google Place API

I'm making a cab booking app like Uber, User drag the map to choose his location with the pin, And I grab the LatLng of that pin. This is my code: public void onMapReady(GoogleMap googleMap) { ...
Abdalltif Basher's user avatar
1 vote
1 answer
241 views

Roads googleapi: Some places missing and lines passing through edifices

I'm using the Roads Google API passing a list of positions and I want to paint lines in the most probable road driven by a car by these points. Something is going wrong because some points are not ...
NullPointerException's user avatar

15 30 50 per page
1
2 3 4 5 6