Barikoi Documentation
Maps for Businesses
Build Location-Powered Experiences
Barikoi provides developer-friendly tools to integrate maps, search, and location intelligence into your applications. Explore our documentation to get started with location services optimized for Bangladesh.
API Documentation
Explore comprehensive API references with ready-to-use code samples in multiple languages.
Maps Integration
Interactive maps with markers, routes, custom styles, and geolocation features.
Get Started Quickly
Copy and paste these examples to quickly integrate Barikoi in your projects
JavaScript Integration
// Add Barikoi Maps to your website
import BkoiGL from "bkoi-gl";
BkoiGL.accessToken = 'your_api_key';
const map = new BkoiGL.Map({
container: 'map',
center: [90.3938010872331, 23.821600277500405],
zoom: 12
});