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
Related
This might not looks like a real question, but I have a use-case for which I am not able to find the solutions. I have to show few point of interests like 'walmart','truck wash', 'rest-area' etc. My problem is Google Places map API doesn't give the filter option on the nearby searches and mapkit MKLocalSearch returns data beyound the bound region. My requirement is same like the Dat-trucker app. I am wondering, how they are showing "POI" on their maps. Seems like they are using MapKit, cause there is no attribution for google.Is there any alternative for Google Places API which can return the nearby places with filter functionality. I am attaching screenshot of the reference app.
You can give the Yep Fusion API a try. They provide nearby businesses which is what the Google Places API does.
I'm afraid this is a general question, no code as such just yet.
I've built my app to date with Apple MapKit, and it is generating locations (strings & coordinates). I don't want to rebuild this with Google Maps SDK for iOS.
I'm looking to use Firebase as the back-end and they have some useful analytics when passing in Google Place IDs.
My question is therefore whether you can convert coordinates into Google Place IDs and therefore what my best option would be to achieve this?
It would obviously best if this did not involve using the SDK and I could somehow use an online API to convert the coordinates to place IDs...
Thoughts?
Yes if you have address of coordinate then use in below api and you able to get the PlaceID
https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_API_KEY
check more detail in below link
https://developers.google.com/maps/documentation/geocoding/intro#geocoding
I want to implement same functionality like iCalendar > add event> Location search in my iOS app.I am using google place autocomplete api but it only returns 5 records at a time. Is there any other way to do it?
Any help will be appreciated.
Thanks,
Paneri
You can't get more than 5 results. Looking at Google's Documentation
predictions contains an array of places, with information about the
place. See Place Autocomplete Results for information about these
results. The Google Places API Web Service returns up to 5 results.
I want to use Bing Map API in my iOS application two show map view and to draw route between two location. I am not getting proper link and sample tutorial for Bing map API. Please help me out.
Thanks.
Bing Maps no longer offers an iOS map control, however most developers who use Bing Maps in an iOS application use the Bing Maps V7 JavaScript control. It works great in iOS. Simply embed it inside of a WebBrowser control inside of your app.
I want to achieve a Map design like the image below
I have achieved the design using MapBox though, its quite simple to get it done from it.
I have found Google Map can be easily customized from here
But I can't find a way to implement it in iOS SDK for GoogleMaps.
I highly want to use GoogleMaps, is there any way that I can achieve the map design above ?
Any help is appreciated..
Thanks.
Styled maps is currently not supported in the latest release of google maps SDK for iOS (v 1.5.0) but the ticket for this feature has been filed, so please go and star it to indicate your interest in this feature:
https://code.google.com/p/gmaps-api-issues/issues/detail?id=4968&q=apitype%3DIosSDK&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Stars%20ApiType%20Internal