How to get the language and geo of the campaign? - google-ads-api

I am trying to get the language and target geo of the campaign,but I can not find the relevent field from Google Ads Query Builder,could you give me some help,
Thanks.

Related

How to get country specific result (only for UK) in HERE MAP iOS SDK?

HEREDeveloperSupport
Is there any method for AutoSuggestionRequest to get country specific result?
I am using the Native IOS SDK premium edition version 3.15,i need to show UK results only.
I am following the below code
let autoSuggestionRequest = NMAPlaces.sharedInstance()!.createAutoSuggestionRequest(location:geo,
partialTerm:text, resultType:getResultType())
autoSuggestionRequest?.languagePreference = languageLabel.text
I can't find this option in the 3.x Premium SDK (though I might also be missing it). As a workaround you can directly call the Autosuggest endpoint of the Search & Geocoding API. Using the "in" parameter and country code you can limit your results to a specific country.
Alternatively you can filter the results based on their country afterwards, though I understand that is less than convenient.
As per my R&D (posting date) and discuss with the HERE MAP support team on slack, there is no any method to find the Specific country address search result for example show UK results only. ( 3.x Premium SDK)
Now, I have created custom auto search bar using the POST API and it's working fine but it's showing the search address in your current location.

get country and city information from wikimapia Api

I need to know in which country (and hopefully some more info, like city or area or state and it would be great if I could get whether this is on land or sea) a coordinates set lies in.
I have tried the wikimapia api but it is extremely difficult to get around to it.
for example I have this call
http://api.wikimapia.org/?function=box&key=example&bbox=23.72251,37.96918,23.73094,37.9731&format=json
which brings some information about an area in Athens, Greece.
The problem is that not only this api call is depreciated, but when i try to get the country by adding &category=2977
http://api.wikimapia.org/?function=box&key=example&bbox=23.72251,37.96918,23.73094,37.9731&format=json&category=1176
this doesnt work(the category id i got it from this gist)
I would guess that this might have something to do with the method being depreciated, but when I change to the new method place.getbyarea it is not working at all.
http://api.wikimapia.org/?function=place.getbyarea&key=example&bbox=23.72251,37.96918,23.73094,37.9731&format=json
Any ideas? thanks in advance
Why do you want specifically the API of Wikimapia to get your information? To recover the city and country from GPS coordinates, some others API’s are much more appropriate I think, here some examples:
Google Maps (used here in a webpage)
Here Maps
Bing Maps
Apple Maps (Mapkit.js)
Algolia Places
OpenStreetMap Nominatim

To show specific university map using Google Maps

I want to show Particular University map using google maps. is there any way to particularly only to concentrate complete University.
please help me.
check out the link it may be a proper answer for your question (http://www.gps-coordinates.net)
for location you need altitude and latitude you can find this from here
http://www.gps-coordinates.net

How to get placemark location data in english if system language is different?

So, I am using the location manager to get the user location data in Swift 2.0 Xcode 7.
The app supports localization for few languages. I am using the location data to get the user city and country which is then sent to a server to display some info on the Map.
However, if the system language is set to anything other than english, location data is returned in that language, as a result the server is not able to recognise those values.
So, how do I get the placemark location data in english even if the system language is different ?
You cannot achieve this using CLGeocoder. Unfortunately, native forward/reverse geocoding on iOS has lots of limitations including inability to select output language. You can also check my question here to see some other problems that can arise!
Please have a look at the accepted answer to that question. After reading it I tried Google Maps Geocoding APIs and I can confirm these APIs work great! You can structure advanced queries and you can easily specify the desired output language.

Titanium (Appcelarator) GeoLocation- Google Maps

I have a list of coordinates and I want to present them in a table by sort out the nearest.
What should I use? GeoLocation API for Titanium or GoogleMaps? Can you give me an example please? Thank you

Resources