Box IOS SDK V2 search functionality - box-api

I am trying to perform search in Box using their IOS SDK V2. Can any one point me out to the right call in the SDK?
I looked everywhere and all I can see is to perform this using REST and not via their SDk.
Thanks for the help!

I'm the author of the Box iOS SDK. Unfortunately, search is not included in the SDK at this time (Nov 2013). However, it should be fairly easy to add an additional endpoint to the SDK and we gladly accept pull requests. :)
EDIT (Nov 21, 2013): We've just cut a new release that has search. Available here: https://github.com/box/box-ios-sdk-v2/releases/tag/v1.2.0. CocoaPods podspec is in the process of being updated.

Related

Google Places API Alternative

My IOS app (Swift 5) HEAVILY relies on googles places API specifically the Places Autocomplete. I'm using it to get addresses and places to show on the map for users. Is there an alternative for this now that they have stopped supporting it or is there a way to fetch autocompleted places using a string. ANY help is greatly appreciated. It's essential for my app to continue working.
Google has not stopped supporting Places Autocomplete. You can migrate to the new Places SDK for IOS following this migration guide. You may also refer to the places autocomplete guide here.
Hope this helps!

Google Maps for Cordova

I am planning to integrate google map feature for my Hybrid Mobile Application.
This is targeted for Android,iOS and Windows.
https://github.com/mapsplugin/cordova-plugin-googlemaps
Above cordova plugin only works for iOS and Android, what about windows phone ? Do I need to use deparate Javascript Web API's of google maps to integrate with Windows phone ?
Since I didn't build this yet before, what can I provide you is some tutorials and different threads.
Like the answer in this thread, what you want to achieve is technically possible, but it is not legal. So basically you need a 3rd party app for these to work.
You can use Bing Map Control to use Google Maps in Windows. This tutorial explains everything with sample code and screenshot for you to follow.
For more information check this link:
Windows Phone Doesn't Support Google Maps Because Google Doesn't Want It To
Getting Start With Google Map in Windows Phone 7

iOS Wikitude Google Maps SDK Did not clear context upon block exist

I am using Wikitude SDK for augmented reality. It works ok.
Google Maps SDK for iOS work fine.
Problem is when I turn on Wikitude SDK and then I try using Google Maps SKD.
On Console I receive information:
"Did not clear context upon block exist"
On second try Google Maps doesn't render a map.
What should I do to fix this problem. Mapkit doesn't have this problem but my boss wants to use Google Maps SDK. I don't want to write a app with single ViewController.
I searched Google for phrase "Did not clear context upon block exist" but I didn't find anything.
Edit:
I am using iOS 7 SDK with Xcode 5. Wikitude draw point on camera. On Google Maps SDK I just insert markers on map. Nothing special. Everything works fine just one thing trigger something another as programmer I know I am in deep trouble. I don't know what is happening inside this SDKs.
I am also using container views to separate map and my view with buttons .
Google Maps iOS API version 6.1 resolved that bug.
I should thank Google developers for fix and Wikitude developers for help on forum.
Wikitude forum

Google Maps Heatmap in Websharper?

I'm evaluating Websharper, and the project I'm doing is all about heat maps in Google Maps.
Is it possible to use the Google Maps extension for Websharper to display heatmaps?
I'm not using Fusion tables.
There is hardly any documentation available, but through browsing IntelliFactory.WebSharper.Google.Maps in intellisense it doesn't look possible.
Please try the latest NuGet package. I have not yet been able to finish the upgrade yet, but this binary will give you just enough to get started with Heatmaps API. For example, see this. The Google Maps extension is now open-source with matching Bitbucket and GitHub repositories, contributions are very welcome.

Pure AS3 AIR map for mobile app

The iOS/Android app I am building requires a map component and just wondering what experts here would recommend using?
The app is being developed using pure AS3 and come across MapQuest. I only really need to be able to drop multiple markers and click markers for information. No directions, search etc.
Thanks
You might consider using a StageWebView instance with the HTML version of Google Maps.
You should be able to find helpful articles on the web. Sample: http://www.igorcosta.org/?p=350
Anyway, this might get tricky. :-/
I think Google Maps is still a good idea, but I’m not sure if it will work on mobile:
http://www.gotoandlearn.com/play.php?id=104
Beware that Google Maps API for Flash is deprecated.
Note (form Google Maps API page):
The Google Maps API for Flash has been officially deprecated as of September 2, 2011. The API will continue to work until September 2, 2014. We encourage you to migrate your code to version 3 of the Maps JavaScript API.
If not, you'll probably have to create a native extension.