Cannot find Proximity Beacon API at https://console.developers.google.com/ - beacon

I'm trying to enable Proximity Beacon API at https://console.developers.google.com/. But When I was trying to search this API, it's showing no result found. Can someone help to get this API enable for my project.

Related

Huawei Map Kit Directions API does not show Route planning in the US

I am using Huawei Map Kit REST Directions API for route planning in my Android app. The details of the Directions APIs can be found at the links below:
https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides-V5/web-diretions-api-introduction-0000001050178120-V5
https://developer.huawei.com/consumer/en/doc/development/HMSCore-References-V5/directions-walking-0000001050161494-V5
The Directions API works well in my app for route planning in most of countries and regions. But it seems that the function of Directions API does not work in the US. In other words, it does not show route between two places on Huawei Map. After checking the supported countries/regions in Huawei developer website, the country of the US is supported by Map Kit. Why does the route planning not work in the US?
Regarding your feedback, the current route planning function in Directions API of Map Kit does not support the route planning of locations in the United States for the time being. We are now completing the part of the function to support the US.
We are sorry for not clearly stated on the website and will refresh the information on the website as soon as possible.

is Geocoder flutter not free like Geocoding api

I'm using the Flutter Geocoding Plugin library,
https://pub.dev/packages/geocoding
I'm just confused by the Geocoding APi that is on the google map service here:
https://developers.google.com/maps/documentation/geocoding/
is it the same? and is it paid?
According to the home page of the plugin Geocoding of baseflow.com
Important:
This plugin uses the free Geocoding services provided by the iOS and
Android platforms. This means that there are restrictions to their
use. More information can be found in the Apple documentation for iOS
and the Google documentation for Android.
The availability of the Google Play Services depends on your country.
If your country doesn't support a connection with the Google Play
Services, you'll need to try a VPN to establish a connection. For more
information about how to work with Google Play Services visit the
following link: https://developers.google.com/android/guides/overview
And the Before you begin section of the Google Maps API got this
Before you start developing with the Geocoding API, review the
authentication requirements (you need an API key) and the API usage
and billing information (you need to enable billing on your project).
So by conclusion, the first is free and the second ain't!

Get Device Location - Google Assistant

I am using #assistant/conversation and I need to get the user’s device location in one of the handlers. I can’t find any documentation about this. There used to be permission helpers in actions sdk which could be used to get the exact location, but there is no information about implementing this in the conversational actions and nothing about requesting permissions in the Fulfillment Migration Docs as well. This is what I am trying to implement. Permissions
I also found this question which is still unanswered.

Get registered devices Google Homegraph

Is it possible to receive a list with all registered devices, homes and rooms from a Google account with a google actions?
Basically I want to create an action which allows to send notifications to a specific google home device.
I know that this might somehow involve using the Homegraph API. I thought that request sync might do the job but I didn't get it to work. I don't know how to find out the agentUserID.
Anyone experience with using the homegraph API?
Thank you in advance.
Oli
No it is not possible to use the API to get a list of devices at the user level. The API only allows one to get the devices per user per action.
It also does not allow one to get the homes and rooms for a Google account.

Can I use Google Maps API (Places API) in my iPhone app to find locations near me?

I have a couple of questions regarding using Google maps API, especially the Places API in my iPhone application.
Can I use Places API in my iPhone app and still release the app as a paid app? Could I release my app as free if I am unable to use these APIs in a paid app?
Is there an example for figuring out store locations around user's current location using Places API? For example if the user types "Groceries" in the app, I would like to show all the Store that sell groceries near the user's location.
Thanks!
1) Taken from their terms and conditions:
If your Maps API Implementation is
deployed internally or you are
charging for use of your Maps API
Implementation, please contact the
Google Maps API Premier sales
team for more information.
2) Location is a required parameter in any search request:
http://code.google.com/apis/maps/documentation/places/#PlaceSearchRequests
Yes, you can use Google Map API in paid apps according to the term of use 9.1.1-(a) and 9.1.2-(b). The terms of service can be found at https://developers.google.com/maps/terms :
(b) Mobile Applications. The rule in Section 9.1.1(a) (Free Access) does not apply if your Maps API Implementation is used in a mobile application that is sold for a fee through an online store and is downloadable to a mobile device that can access the online store.
Examples can be found at https://developers.google.com/places/ and https://developers.google.com/places/documentation/