MapboxCommon.iOS 24.3.1.2

dotnet add package MapboxCommon.iOS --version 24.3.1.2
NuGet\Install-Package MapboxCommon.iOS -Version 24.3.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MapboxCommon.iOS" Version="24.3.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MapboxCommon.iOS --version 24.3.1.2
#r "nuget: MapboxCommon.iOS, 24.3.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MapboxCommon.iOS as a Cake Addin
#addin nuget:?package=MapboxCommon.iOS&version=24.3.1.2

// Install MapboxCommon.iOS as a Cake Tool
#tool nuget:?package=MapboxCommon.iOS&version=24.3.1.2

Mapbox for Xamarin.iOS

A Xamarin.iOS binding library for Mapbox library.

About

This project is maintained by tuyen-vuduc.<br> At the momment, I don't have free time to contribute to the project, but if there is a paid request, I am happy to talk to.

Installation

Install-Package MapboxMapObjC.iOS

Usage

  • 1/ How to use: Please follow the official guide here.
  • 2/ Create Mapbox.iOSQs.props file from Mapbox.iOSQs.props.template
// It will look like this
- Mapbox.iOSQS
  |- Mapbox.iOSQs.csproj
  |- Mapbox.iOSQs.props
  • 3/ Replace YOUR_MAPBOX_DOWNLOADS_TOKEN with your real token from Mapbox
<MAPBOX_DOWNLOADS_TOKEN>YOUR_MAPBOX_DOWNLOADS_TOKEN</MAPBOX_DOWNLOADS_TOKEN>
var myResourceOptions = new MBMResourceOptions(
                "YOUR_MAPBOX_TOKEN", // TODO Put your token here
                null, null, null, null);

or you can update Info.plist file

<key>MBXAccessToken</key>
<string>YOUR_MAPBOX_TOKEN</string>

How to upgrade

It takes time to do the binding library and/or upgrade it. Microsoft intends to make it a lot simpler in the future, but not now.

Here are steps if you want to make changes and/or upgrade to the libraries

  • 1/ Download latest artifacts from Mapbox as per its installation guide
  • 2/ Run chmod +x ./gen.sh
  • 3/ Run ./gen.sh
  • 4/ Compile and correct any errors shown up
  • 5/ Update AssemblyInfo.cs files with the right version number
  • 6/ Update *.nuspec files to have the right version number
  • 7/ Run sh build.sh to create nuget packages
  • 8/ Commit and create a PR

NOTES

  • Check symbols in the lib
nm -m 'artifacts/MapboxMaps.xcframework/ios-arm64/MapboxMaps.framework/MapboxMaps' | grep '_TtC10MapboxMaps22AnyTouchGestureHandler'

IMPROTANT

Mapbox SDK for iOS now is written in Swift and not very compatible with Objective-C, hence it won't be that friendly when doing the binding. I have to create an additional framework to make the bridge between Swift & C# in Objective-C, it's really a time consuming task. It'll require support from the developers like you in the community.

Further

Check out the document site for further details.

Maintainer

This project is maintained by tuyen-vuduc in his spare time and/or when requested.<br>

If you find this project is helpful, please give it a star, become a sponsor of the project and/or buy him a coffee.

"Buy Me A Coffee"

License

Mapbox binding library for iOS itself is released under the 3-Clause BSD license. See LICENSE for details.

This license doesn't override and/or replace the licence from Mapbox.

Product Compatible and additional computed target framework versions.
.NET net8.0-ios17.2 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MapboxCommon.iOS:

Package Downloads
MapboxCoreMaps.iOS

.NET iOS bindings for Mapbox SDK - MapboxCoreMaps

MapboxMaps.iOS

C# bindings for Mapbox iOS SDK - MapboxMaps

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.1.2 89 5/24/2024
24.3.1.1 90 5/21/2024
24.3.1 97 5/5/2024
24.2.0 120 4/4/2024
24.1.0.1 144 2/28/2024
24.1.0 123 2/21/2024
24.0.0 99 2/17/2024
23.3.2.1 470 7/20/2023
23.3.2 243 7/15/2023