Don't show country in results of Google AutoComplete - autocomplete

I'm struggling with this issue for a while now, didn't find any hint in google's documentation:
https://developers.google.com/maps/documentation/javascript/places-autocomplete
I want to show the suggested addresses returned from google api without the country name, is there a way to do it ?

Related

is there any API in google classroom which returns the google meet address?

I want to get the google meet address as a response after creating the course in google classroom api. I couldn't find any API. If possible please assist.
This is an active feature request
https://issuetracker.google.com/156772382
Go over and star it to let Google know that you are interested in it, and that way also subscribe to future updates.
Meet links etc. within Google Classroom aren't exposed yet via the API. Fingers crossed for the near future.

storing full address from google places api

Users will be able to submit places through my site, providing title, description, address and other info. Info will be later used in mobile app and elsewhere.
Anyway, I was thinking to use autocomplete, powered by google places api. Am I allowed to store the full addres user types in, or selects from autocomplete list?
It is user provided information, the api is used to suggest and display on map, which is on the right from the form. The only thing I need is the full address.
Thanks for your answers.
Probably. Google's Terms of Service are a little vague in this respect, but what they appear to be prohibiting is bulk copying of their database. In your case you're using Places to assist the user. Of course it's impossible to say how Google will choose to change or interpret their TOS in the future, but you should be on safe ground.
Also see: Google Places API mass download?

Bing maps rest service get full addresses from postcode

I was wondering if there was functionality in the Bing maps API that allows you specify a postcode and it returns all possible addresses within that postcode area?
For example, on some sites when entering your address, you have the option to specify just your postcode and click a button to find the address. This will typically produce a dropdown list of all possible addresses found at that postcode.
There is no functionality to do that in Bing Maps. The closest thing you would be able to do is geocode a postal code and then reverse geocode a bunch of points in the surrounding area until you stop getting addresses with the same postal code. This would be very slow and would generate a lot of transactions against your Bing Maps account. You can find a code sample of how to reverse geocode over an area here: http://rbrundritt.wordpress.com/2010/01/09/reverse-geocoding-over-a-search-area/

How to get doctors lists from google places api

sir
Now, I want to develop app that find hospitals and doctors around me by using Google Places Api.
Google Places Api is perfect to find hospitals.
But for doctors, i want only to get humans's information.
Right now, when I try to search doctors by using google places api , I always get health service center or hospital;s information with human doctor's.
Following is url that I used for it.
https://maps.googleapis.com/maps/api/place/search/xml?location=34.0522222,-118.2427778&radius=300&types=doctor&name=&sensor=false&key=AIzaSyBKFKov5f5YoSDRnWrT3y7MFf9DfsdRgCg
So, any idea to filter them so i can only get human doctor's information? (not establishment information).
If anyone knows about it then, would you please help me?
Best regards.

Can I collect data from form fields with Google Analytics?

I have a website with a "contact me" form. Users can leave their name, email, and message and I'll get an email containing their data.
I've set up a goal on Google Analytics for the registration and everything works fine.
Now, the question is: Can I see their names and emails on my Analytics? Is there any way to make Google Analytics save that data and show it to me?
Thanks in advance,
Daniel
Theoretically this can be done using custom variables. See: http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html
However, I believe that name and email address are considered Personally Identifiable Information so sending it to Google Analytics is most likely against their Terms of Service. See section 7: http://www.google.com/intl/en/analytics/tos.html
You would need to use another tracking system such as Piwik: http://piwik.org/
You can try using event tracking.
eg.
Register