Skip to main content

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.

Mobile Development

Native SDKs for Android and Flutter to build powerful location-based mobile applications.

Web Development

JavaScript libraries, npm packages, and Laravel integration for web applications.

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
});