Distribute Shapes or PageElements via the Google Slides API? - google-slides-api

How can the Google Slides API be used to do the same as the "Distribute" function which is available from the GUI editor?
(as in:

Related

Can I use google places API (auto-complete) and Mapkit together?

I want to allow the user to select a place (Google places auto complete API) and then show the place selected on map.
Can I use google places API for iOS and apple map (Mapkit) for this purpose? Map and the selection feature will be on separate view controllers but according to https://github.com/watsonbox/ios_google_places_autocomplete ,
displaying Google Places on a non-Google map is against their terms of
service.
So if I use them together, Will my app wont be accepted while uploading or app store? Or what will happen?
From Google Terms of Use:
(d) No Use With Non-Google Maps. Customer will not use the Google Maps
Core Services in a Customer Application that contains a non-Google
map. For example, Customer will not (i) display Places listings on a
non-Google map, or (ii) display Street View imagery and non-Google
maps in the same Customer Application.
As for me it says that we can't show places list provided by Google Places API on non-Google map. But it says nothing about displaying place that was chosen from Google Places list.
More then that, I have app with exact functionality that you want and I didn't had any issues with App Store submission.

Can't enable Google Slides API?

When I was trying to enable Google Slides API, the instruction tells me to go to the below address and enable the Google Slides API, but I can't find it among other Google Apps API. Does anyone know other ways to enable Google Slides API, or where I can find the Google Slides API on this console? Thanks!
https://developers.google.com/apps-script/guides/services/advanced
https://console.developers.google.com/apis/library?project=1081462410442
You should be able to find it in the library under this URL:
https://console.developers.google.com/apis/api/slides.googleapis.com/overview

hyperlinks in markers in My Maps google maps not working/clickable in ios/android apps

I have a map built in My Maps(Not API) I am using iframe to embed it on my website. The markers on it has an external bit.ly url/hyperlink in the info. Whenever my responsive website is accessed through a mobile browser, it opens native google maps app in iOS and gives option to either open in google maps app or chrome browser in android.
When the map is loaded in a mobile browser the bit.ly links show and work fine as they are clickable.
But whenever opened in google maps app, it shows as just text not as hyperlinks hence they are not clickable.
I have tried importing data to my maps markers from a spreadsheet that has those links marked as hyperlinks, but it's not solving the problem.
I cannot use Maps API.
I do not have access to add any html/javascripts on the website.
All I can do is add a button on my site which opens the url of my map stored on "Google My Maps"

Search Airport code using google search api

Currently I'm building an iOS application which is having flight search feature and planning to use QPX google api for that but for airport/city code not able to find the api in google service.
Is it possible to use QPX Express api in iOS application because didn't see the way to parse the response.
Here is the link for google flight search "https://www.google.co.in/flights/".Would like to know which api google has been using it for airport/city code search.
Have tried with Google Places API for iOS https://developers.google.com/places/ but don't know the way to get the airport codes.

Can i link google maps from within my application without paying fees?

When i use the Google Maps API from within my commercial application, i have to sign-up for an API key and i have to pay fees for the usage of the Google Maps API.
What happens if i just use a link that opens a new browser window in my app?
Example:
http://maps.google.de/?saddr=Los_Angeles&daddr=hollywood
Do i have to pay fees for this, too?
Thanks in advance,
David
No you do not have to pay for such usage.
In addition, using the Google Maps API can also be free, if your Maps API implementation is generally accessible to users without charge. (Google Maps API Terms of Service)

Resources