Building Galli Maps Services with React Native

To get started, you'll need a GalliMaps access token. Simply SIGN UP to create an account and generate access token to start implementing our services.

1. Integrating MAP tiles

To setup MAP tiles in your application you can use the MapLibre GL SDK. MapLibre GL is a powerful toolkit, empowering developers to easily integrate dynamic map displays with scalable, adaptable vector maps of Galli Maps into their applications.
					
<MapLibreGL.MapView
	styleURL="https://map-init.gallimap.com/styles/light/style.json?accessToken=[ACCESS-TOKEN]"
	logoEnabled={false}
	attributionEnabled={false}
    />


To learn more about Maplibre GL get started by clicking here