Google Maps iOs SDK - China - android

Actually i'm starting a project in China using Google Maps SDK for iOs and Android, i read the documentation and it says that the available URL in China is http://maps.google.cn, how can i configure it using the SDK.
Thanks in advance

You might want to consider using a WebView instead of the iOS SDK and using JS/HTML/HTTPS. The challenge then would be to communicate to the iOS native code from your WebView.

Related

can we use android/ios sdk in crossplatforms like react native/flutter/ionic

mapmyindia(mmi) provides map sdks for android and for ios and map apis for web
Sdks are free to use but APIs aren't
But what about hybrid
Can i use android or ios sdks of mmi(not api) in ionic/flutter/react native(it will b a great help if u mention if its possible for these all 3 cases,bcse according to that I'll b choosing my framework)
If so how, they didn't provide documentation for hybrid apps.
below is ios sdk link of mmi:
https://www.mapmyindia.com/api/advanced-maps/ios/vector-map-sdk
and android:
https://www.mapmyindia.com/api/advanced-maps/android/vector-maps-sdk
For Flutter Read Detailed example at https://blog.usejournal.com/integrating-native-third-party-sdk-in-flutter-8aab03afa9da
This can be achieved using Platform Channels.

Developing inside vs outside of Google SDK

Can anyone explain to me what is meant by:
"...the free use of the Google Maps API for development of a mobile application is permitted if the application is developed using the Google SDK...
If the application is developed outside of the SDK and is publicly available for free to download from app stores..."
What does it mean to develop outside and inside the SDK? If I am using Google Maps SDK to develop a GPS based app for navigation etc. I assume that constitute as using the Google SDK
But I dont know what outside the SDK means?
I believe this means that if you want to use google maps you have to used their SDK and not use a web interface i.e a UIWebView (It is possible to use google maps in your app using the web(maps.google.com) and using the various web APIs etc). I imagine this is because they don't want slow, badly running maps included in apps, which is what you could get if people try to use their maps through the web interface.
By using their SDK, the programmer no interaction with the web APIs, as this is handled by their SDK which is optimised for mobile development.

How to integrate bing maps in my android app [duplicate]

First of all, I would like to ask, CAN YOU integrate Bing Maps within an Android app?
Secondly, if possible, what are the advantages Bing has over Google Maps API and vice versa?
Updates
This Android SDK v1.5is now deprecated
see this link for proper use of BingMap using AJAX controller
Open Source Bing Maps SDK of course it's not official so there is a con right off the top, looks a bit dated but then again the google map api for android in my opinion is a bit dated, but you can work around most limitations.
Seems like both of them want to keep the really "good stuff" to themselves, built in competitive advantage for them.
As far as pro's and con's it depends on what you are trying to do. I don't think there is any perfect solution out there, Decarta which is a bit more free in it's usage restrictions than Google or Bing Decarta Dev Zone and they have a broader range of use API's in my opinion, for instance I like their POI Api vs. using places or yelp etc.
I'm currently working on migrate the legacy Android SDK v1.5 to modern Android platforms, also I'm trying to port the capabilities of Android SDK 1.5 to Bing Maps SDK v8 (v1.5 uses Bing Maps SDK V7).
Please see my Github repository, the master branch is only used for compacibility of Android SDK v1.5, if you want use Bing Maps v8, check out the V8WebControl branch
https://github.com/pengan1987/BingMapsAndroidSDK
Also you can see the video shows how the SDK v8 working
https://www.youtube.com/watch?v=wfMLfyjMTuw
In addition to the Open Source Bing Maps SDK you can use the Bing Maps V7 AJAX control in Android apps. This is the recommended approach as the open source app is old and designed for older versions of Android. Also it is basically just a wrapper of the AJAX control anyways. If you are using PhoneGap then take a look at these blog posts:
http://www.bing.com/blogs/site_blogs/b/maps/archive/2013/06/28/cross-platform-development-with-bing-maps-and-phonegap.aspx
http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/797/Getting-the-shortest-route-directions-to-items-using-the-Directions-Module.aspx
http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/795/Showing-GPS-position-on-Bing-Maps-with-PhoneGap-Apache-Cordova.aspx
http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/794/Bing-Maps-on-IPhone-with-Phone-Gap-Apache-Cordova.aspx

Is it possible Integrate nokia maps in my Android app?

I have to develop an Android app using the Here/Nokia maps here.com,
In Googlemap/Geocoder class from Android native ressources, I load a map, put how many markers I want, I can draw routes, iterate with the map, and so on.
Now my question is, Is this possible in Nokia maps?
Thanks.
there are two 'android' offering for HERE amps which are available. The one used with Amazon: https://developer.amazon.com/sdk/maps.html
And the one used with Nokia X platform: http://developer.nokia.com/resources/library/nokia-x/here-maps.html
in general all of the functionality you are asking is available with both offerings. However you can not use the HERE maps in other than the specified environments, i.e. apps made for Nokia X using HERE maps, can not use the Maps parts in other platforms.
You cannot create a Native Android app, since the Android SDK is not yet available. From the website:
HERE SDK for Android
The HERE SDK for Android is an offer for OEM customers only.
Developers can access the HERE platform functionalities through OEMs
when they become available.
You can, however, create a web-based app using the javaScript API.
Yes. There is an HERE maps SDK available for both android and ios , download it from https://developer.here.com .

Native Android SDK for Bing Maps?

Does anybody know if there is a native Bing Maps SDK? I don't really like the idea to use the AJAX-based one, as it make the interaction with native code too difficult.
No, there is no official Microsoft Android SDK for Bing Maps - the only option is that already given by Peter Knego.
The "official" flavours of Bing Maps SDKs are:
SOAP web service
REST web service
AJAX (v6.3 and v7)
Silverlight
iOS
WPF

Categories

Resources