在iPhone / iPad上使用BING贴图

时间:2021-09-10 17:05:02

has anyone had any experience using BING maps on the iphone/ipad? We have an application which uses the googlemaps default map in the SDK, but we now have a requirement to use BING maps instead.

有没有人在iphone / ipad上使用BING地图的经验?我们有一个应用程序在SDK中使用googlemaps默认地图,但我们现在要求使用BING地图。

I am thinking we'd use the BING API via a UIWebView? Has anyone else tried this? Thanks for any information!

我想我们会通过UIWebView使用BING API吗?有没有人试过这个?感谢您的任何信息!

4 个解决方案

#1


0  

I've used a bing API n a UIWebView, however the JS is rather costly, yet until I find and discover a BING SDK for the iPhone/iPad will probably have ot resort to that.

我已经在UIWebView中使用了一个bing API,但是JS相当昂贵,但直到我发现并发现用于iPhone / iPad的BING SDK可能不会诉诸于此。

One other thing you can try (which I've just started down the path of), is trying to use HTML5 to cache a bunch of the is parts to it and see if that might speed the implementation up.

你可以尝试的另一件事(我刚刚开始走的路),试图使用HTML5来缓存一大堆部件,看看是否可以加快实施速度。

Hope that helps!

希望有所帮助!

#2


0  

Apparently, the http://ibing.codeplex.com/ project on Codeplex was created with the intent of adding Bing Maps support for iOS and MacOS developers. It doesn't look to have been updated in over a year, and I don't know if it even works. Just thought I'd post it for anyone interested in checking it out.

显然,创建Codeplex上的http://ibing.codeplex.com/项目的目的是为iOS和MacOS开发人员添加Bing Maps支持。它看起来不会在一年内更新,我不知道它是否有效。只是想我会把它发布给任何有兴趣检查它的人。

#3


0  

this maybe another approach worth looking into

这可能是另一种值得研究的方法

https://github.com/mtigas/iOS-MapLayerDemo

https://github.com/mtigas/iOS-MapLayerDemo

#4


0  

Recently announced and posted on the Bing Maps Blog on 5 May 2011, a new Bing Maps control/SDK is now available for iOS.

最近于2011年5月5日在Bing Maps博客上发布并发布了一个新的Bing Maps控件/ SDK现在可用于iOS。

The Bing Maps iOS Control is an Objective-C control for embedding maps directly into native iOS apps. With a rich, gesture-based UI provided by Seadragon, the Bing Maps iOS Control provides support for adding pushpins and other overlays to the map, allows your device location to be displayed, and provides the ability to retrieve contextual information for a given map location.

Bing Maps iOS Control是一个Objective-C控件,用于将地图直接嵌入到原生iOS应用程序中。借助Seadragon提供的丰富的基于手势的UI,Bing Maps iOS控件支持向地图添加图钉和其他叠加,允许显示您的设备位置,并提供检索给定地图位置的上下文信息的功能。

Link to download the SDK:

链接下载SDK:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612

#1


0  

I've used a bing API n a UIWebView, however the JS is rather costly, yet until I find and discover a BING SDK for the iPhone/iPad will probably have ot resort to that.

我已经在UIWebView中使用了一个bing API,但是JS相当昂贵,但直到我发现并发现用于iPhone / iPad的BING SDK可能不会诉诸于此。

One other thing you can try (which I've just started down the path of), is trying to use HTML5 to cache a bunch of the is parts to it and see if that might speed the implementation up.

你可以尝试的另一件事(我刚刚开始走的路),试图使用HTML5来缓存一大堆部件,看看是否可以加快实施速度。

Hope that helps!

希望有所帮助!

#2


0  

Apparently, the http://ibing.codeplex.com/ project on Codeplex was created with the intent of adding Bing Maps support for iOS and MacOS developers. It doesn't look to have been updated in over a year, and I don't know if it even works. Just thought I'd post it for anyone interested in checking it out.

显然,创建Codeplex上的http://ibing.codeplex.com/项目的目的是为iOS和MacOS开发人员添加Bing Maps支持。它看起来不会在一年内更新,我不知道它是否有效。只是想我会把它发布给任何有兴趣检查它的人。

#3


0  

this maybe another approach worth looking into

这可能是另一种值得研究的方法

https://github.com/mtigas/iOS-MapLayerDemo

https://github.com/mtigas/iOS-MapLayerDemo

#4


0  

Recently announced and posted on the Bing Maps Blog on 5 May 2011, a new Bing Maps control/SDK is now available for iOS.

最近于2011年5月5日在Bing Maps博客上发布并发布了一个新的Bing Maps控件/ SDK现在可用于iOS。

The Bing Maps iOS Control is an Objective-C control for embedding maps directly into native iOS apps. With a rich, gesture-based UI provided by Seadragon, the Bing Maps iOS Control provides support for adding pushpins and other overlays to the map, allows your device location to be displayed, and provides the ability to retrieve contextual information for a given map location.

Bing Maps iOS Control是一个Objective-C控件,用于将地图直接嵌入到原生iOS应用程序中。借助Seadragon提供的丰富的基于手势的UI,Bing Maps iOS控件支持向地图添加图钉和其他叠加,允许显示您的设备位置,并提供检索给定地图位置的上下文信息的功能。

Link to download the SDK:

链接下载SDK:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612