Hi i am new into IOS development, I have requirement from my client that he wants to search for particular company name in particular city and in particular country.
The query would be like
"company name +city + country name".
Can anyone suggest me is there some kind of API available for this kind of query. Any help would be appreciated.
thanks
Related
I have a problem with creating a google my business profile for my client , his company name is "Fions Interior Solutions" the problem is when I tried to create a google my business account with this name it shows a error like The term fions is not allowed, do you have any idea why is that?
really appreciate your help.
Thanks.
There is any Moodle REST API available to get all the course name list and all the users enrolled for that particular courses.
Someone suggest the answer using SQl query. But I need any Moodle API available for that.
API is available for get all the users enrolled for single course by passing courseId in core_enrolled_get_enrolled_users . But I have to display all the courses and number of users enrolled for that course in charts . Please find below the sample charts :
You may first get courses through core_course_get_courses and then iterate resulting array and apply core_enrolled_get_enrolled_users to each course id.
In Google's People API, is it possible to access/change contact's notes?
Person definition
When a contact is created https://contacts.google.com/, it is possible to set the field "Notes", that's what I'm looking for.
As of now, I'm using the official NodeJS API and the "UserDefined" for this purpose.
Thanks in advance,
The notes field in https://contacts.google.com corresponds to the biography field on the person.
I've tested the Google Books API now with servers in a few different countries (Germany, UK, Netherlands; it should be in Europe) and realized that the results depend heavily on the request's origin region. For some German books (I search by ISBN) I get 20 or 30 results using the German server but nothing on the others and vice versa.
Is there any way to access the complete database Google has to offer? Note that I'm not trying to access anything like text excerpts or other critical content in terms of licensing. I only need the general information like Title, Authors, ISBN, ...
Thanks for your help!
I have the same problem. I found a paragraph in the documentation under "Using the API" (for Google books) that might explain it:
"Setting User Location:
Google Books respects copyright, contract, and other legal restrictions associated with the end user's location. As a result, some users might not be able to access book content from certain countries. For example, certain books are "previewable" only in the United States; we omit such preview links for users in other countries. Therefore, the API results are restricted based on your server or client application's IP address."
My workaround is to search while using a VPN - that returned the titles in English like I wanted to. If there's another way to solve it I'd gladly hear that too.
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.