Is Highmaps included in the .NET wrapper? - highcharts

We have successfully been using the Highcharts .NET wrapper to create maps on our analytics project. However, now I come to create a map chart I can't find any of the Highmaps objects in the wrapper? Can someone point out where they are for me please or let me know if there is no .NET wrapper for Highmaps

Here you can find out more about what is supported and what is not:
https://www.highcharts.com/wrappers/
Currently, .Net wrapper does not contain maps.

Related

Flutter Charts using Charts from iOS with cocoapods

Is there any way to use the native chart libraries from android and iOS in flutter?
I've looked at the docs of flutter and they provide a possibility to use native code, but you only can pass strings, ints, and so on.
There is currently no beautiful usable UI library for charts in Flutter. I've only found https://pub.dartlang.org/packages/flutter_charts, but it doesn't look good.
Anyone had a way to create a wrapper for UI?
Thanks!

MapboxOptimizedTrips missing from package MapboxSDK.AndroidServices (Xamarin.Android)

I'm currently implementing MapBox in a Xamarin.Android application, I'm looking at the examples from MapBox Github, this one in specific https://github.com/mapbox/mapbox-android-demo/blob/master/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/mas/OptimizationActivity.java, which I'm translating to C#, but now I'm facing a problem. In this example they use a class called "MapboxOptimizedTrips" which comes from lib 'com.mapbox.services.api.optimizedtrips.v1.MapboxOptimizedTrips'. In Xamarin I have imported all libraries that Xamarin made for MapBox, which is these 3:
MapBoxSDK.Android
MapBoxSDK.AndroidServices
MapBoxSDK.JavaServices
None of these includes the Optimized Trips API related classes. Has anyone faced this issue before?
Screenshot of code
I thought you read and followed this document from Mapbox?
Mapbox Navigation library is kept changing and adding new features
There are two DirectionsRoute class from Mapbox libraries
both DirectionsRoute returned by Mapbox Optimization packages doesn't fit with what NavigationRoute does.
I think you have to go with the way you mentioned, call to API directly. Or wait for Mapbox to evolve their library.
Cheers.

How to pre bundle maps with skobbler maps 3.0?

I'm not able to make skobbler maps works with a prebundled map with SDK 3.0.
I uploaded a sample project here with a London map in the SKMaps.bundle. It cannot render the maps. (please use the SKMapsSwiftDemo on the repo)
I followed the tutorial for the 2.5 on the skobbler's blog. Did anything change?
Thank you!
I've create a 3.0.1 (latest version) Swift build (demo project) that has the London map prebundled.
It can be found here.
The demo project is configured to start in offline to indicate that only London is visible.

Heatmap in Google Maps SDK for iOS

Is there a way to add a heatmap layer with the Google Maps SDK for iOS?
Note: I am refering to the same feature that exists in the Javascript version of Google Maps.
Heatmaps don't appear to be supported by the iOS SDK. However, you could try something like LFHeatMap which allows you to generate a heatmap as a UIImage given a set of data points. You should then be able to add this as a tile layer to your map.
Google had updated their libraries, now they are providing support for iOS too. Developers looking to integrate heat map make use of it.
Please refer this link for further detail about heat map.
Also check out the sample project provided by google on Github.
Install heat map by using following comand pod 'Google-Maps-iOS-Utils'
Thanks.

Google file picker from Dart

I have learned how to use the Google drive API from Dart. I can't find any documentation on using the Google file picker from Dart.
Any suggestions.
Thanks.
I did not find any better way than using dart:js interop and use google jsclient api. I tried to extract some code I have here: https://github.com/alextekartik/google-jsapi-picker.dart

Resources