Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Xamarin.iOS binding library - Mapbox Navigation SDK

License

Notifications You must be signed in to change notification settings

NAXAM/mapboxnavigation-ios-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapbox Navigation for Xamarin.iOS

Mapbox Navigation for Xamarin.iOS

A Xamarin.iOS binding library for Mapbox library.

About

This project is maintained by Naxam Co.,Ltd.
We specialize in developing mobile applications using Xamarin and native technology stack.

Looking for developers for your project?


Installation

Install-Package Naxam.MapboxNavigation.iOS

Usage

Plz follow the official guide here.

License

Mapbox Navigation binding library for iOS is released under the MIT license. See LICENSE for details.

Get our showcases on AppStore/PlayStore

Try our showcases to know more about our capabilities.

Contact us if interested.



Follow us for the latest updates
Twitter URL Twitter Follow

Build NuGet package

  • carthage update --platform iOS: Pulls in the native dependencies and builds them for iOS
  • sh copy-frameworks.sh: Copies the build output from carthage to a folder where the C# project will pull them from
  • Open the solution file, build in Release mode.
  • Update libspec.nuget, if needed
  • Run nuget pack to generate the NuGet Package