1.1.2 ā€¢ Published 5 days ago

fimap-react v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 days ago

MapirReactComponent

npm version

Map.ir React wrapper for mapbox-gl-js. Expose a bunch of component meant to be simple to use for React.

Get API Key

šŸ”‘ You should first get api key from Map.ir

Installation

npm i mapir-react-component

Quick start

Import module

import Mapir from "mapir-react-component";

Set API Key

const Map = Mapir.setToken({
	transformRequest: (url)=> {
		return {
			url: url,
			headers: { 
				'x-api-key': 'Your_API_KEY', //Mapir api key
				'Mapir-SDK': 'reactjs'
			}
		}

	}
});

Generate Component

render () {
	return (
		<Mapir 
		Map={Map}
		apiKey={'Your_API_KEY'}
		/>
	)
}

Edit mapir-react

Edit stackblitz

šŸ“– English Documentation

šŸ“– Persian Documentation

1.1.2

5 days ago

1.1.1

19 days ago

1.0.9

19 days ago

1.0.8

19 days ago

1.0.7

20 days ago

1.0.6

20 days ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago