Android equivalent Google Places REST API Search - google-places-api

I can find a list of restaurant using below REST API.. Is there an Android equivalent API for this? OR I have to make these REST call from my android App and parse the XML (or JSON) results to use in the Android App...
https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=51.543071, 0.049958&radius=500&types=restaurant&name=taste&key=[YOUR_API_KEY]
Thanks
Sid

Not sure understand you question, but trying to give an answer: you have two choices
use the Google Play Services in your app and use the Google Places API - the "geo" package. It would be the "native" way.
For this confer to : https://developers.google.com/places/android-api/start
use the Google Places Web Services and parse the answer on your own as you described.
For this confer to : https://developers.google.com/places/web-service/intro
hope this helps. let us know.

Related

Get reservation/menu URL from Google Places API

I am looking for an automated way to get a place's reservation/menu URL to use in my service. However, I am having a hard time finding this in their docs. Is this not possible via the Google Places API? If so, is there an alternative I could use?

Is there a API for developres for register cast apps?

Hello there i'm in a situation where i need to register a lot of new cast apps and i'm wondering if there is any API to do this task instead of doing it manually one by one on the SDK Developer Console as the docs suggest. I already created one Cast app that is working correctly so i'm familiarized with this console. But i haven't been able to find any documentation regarding some API to make this proccess more automated.
We do not have bulk registrations.

Google play developer API - List all apps from my account

Following this guide https://developers.google.com/android-publisher/api-ref/ i am trying to find out if there is a way to list all games from my google play console but i can't find any. Is there a method to list all apps and package names from my account?
Thanks
Maybe this can help. https://stackoverflow.com/a/51984202
As a summary, there are no methods exist in official api. Instead you can use Google Play search functionality.
Alternatively you can also use https://github.com/facundoolano/google-play-scraper project.
For a cloud based solution there is a commercial api https://serpapi.com/google-play-api which has 100 query/month.

Get all apps a user has from Google API

I'm looking for a way to get a list of all the users apps (that is apps published by the user NOT apps downloaded by the user).
Which API should I be looking at? I'm also interested in getting data about the apps uploaded.
Something like this:
https://play.google.com/store/apps/developer?id=Goodgame+Studios
But as a api call.
As far as I know there is no official API to do that.
You may look for some third-party APIs like http://www.playstoreapi.com but I don't know if it is enough for you.

A Google API to know which services are enabled?

I'm looking for a Google API call to know which services (Gmail in my case) are enabled for an organization or for a user.
The question has been asked without answer there : Google API for Google Services
Thanks!
If this existed, it would likely be in the Admin SDK rather than the Gmail API. That being said, I've never seen this and wasn't able to find any hint of it within the specific APIs within the SDK (would likely be in the Admin Settings API).
I am pretty sure this isn't possible via API currently.

Resources