Skip to content

johnsonea2/BlazorMapbox

Repository files navigation

Blazor Mapbox

Introduction

This is a Blazor library that wraps the Mapbox GL JS library. Mapbox GL JS is a JavaScript library for vector maps on the Web. Its performance, real-time styling, and interactivity features set the bar for anyone building fast, immersive maps on the web.

Getting Started

Prerequisites & Installation


Usage


  • Add a using statement of @using Blazor.Mapbox to the top of your page.
  • Add the component anywhere in the markup similar to:
<MapboxMap AccessToken="{YOUR ACCESS TOKEN HERE}"></MapboxMap>

And that's it! The map should render on your page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published