Open Infrastructure

Build with the Archipelago’s GIS Core.

Kelaner provides a robust set of APIs and SDKs for developers to build outdoor experiences, analyze mobility data, and create custom maps.

Quick Docs

Initialize the Kelaner SDK with your API key to start tracking and syncing spatial data across the Archipelago.

  • 01 Generate your API Key in the portal.
  • 02 Install the SDK via Download SDK v2.1.
  • 03 Set the endpoint to https://api.kelaner.pcode.my.id/v1.
// HTML Integration (Browser)
<script src="/kelanerSDK/kelaner.js"></script>
const sdk = new Kelaner({
apiKey: 'YOUR_KEY'
});
// Auto-Sync & Filtering Enabled
sdk.tracker.start();

REST API

Powerful JSON-based API for custom dashboard integrations and statistical analysis.

cURL
# Fetch segments
curl -X GET "https://api.kelaner.pcode.my.id/v1/segments" \
  -H "Authorization: Bearer YOUR_TOKEN"

Mobile SDK

High-performance components for iOS, Android, and Web based on Expo/React Native.

K

KeMOE Engine v2.4

NPM / YARN / COCOAPODS

Kelaner Mobile SDK

Modular Architecture

Built with TypeScript for React Native & Expo. Designed for the toughest terrains.

Tracker

GPS Recording

Real-time activity recording with KeGFAE.

await Kelaner.Tracker.start();

Cloud

Sync & Storage

Secure cloud synchronization with automatic retry logic.

await Kelaner.Cloud.start();

Navigator

Safe Routing

Intelligent pathfinding that avoids known GPS dead zones.

await Kelaner.Navigator.start();

Technology Stack

React Native

TS

TypeScript

E

Expo

📍

MapLibre

💧

Watermelon

🔥

Laravel

Request Feature

Spotted a missing SDK module? Want KeMOE to support a new mapping standard? Let us know.