Google Maps yerini alır

Maps

Full mapping platform. Self-hosted. No Google required.

Complete mapping solution with geocoding, reverse geocoding, routing, tile serving, and live courier tracking. Full coverage for Turkey, Bulgaria, and the Balkans.

<320ms
Avg Tile Load
TR + BG + Balkans
Coverage
0-14
Zoom Levels
OSRM
Routing

Özellikler

Geocoding API

Convert addresses to coordinates and back. Turkish character support built-in.

Route Planning

A-to-B routing with OSRM. Driving, walking, and cycling profiles.

Custom Map Tiles

Serve map tiles from your own server. Zoom levels 0-14 for Turkey & Bulgaria.

Courier Tracking

Real-time location tracking via WebSocket. Perfect for delivery and logistics apps.

Place Search

Search for places, businesses, and POIs across your covered regions.

Embeddable Widget

Drop-in map widget for any website. iframe or React component.

Hızlı Entegrasyon

SDK veya REST API ile dakikalar içinde başlayın.

example.ts
import { OloSearch } from '@voltimap/sdk'

const olo = new OloSearch({ apiKey: 'olo_sk_...' })

// Geocode an address
const coords = await olo.maps.geocode('Taksim Meydanı, Istanbul')
// → { lat: 41.0370, lon: 28.9850 }

// Get route
const route = await olo.maps.route(
  { lat: 41.01, lon: 28.97 },  // Istanbul
  { lat: 39.93, lon: 32.86 }   // Ankara
)
// → { distance: "453 km", duration: "5h 12m", geometry: [...] }

// Track a courier in real-time
olo.maps.track('courier-123', (location) => {
  console.log(location.lat, location.lon)
})

API Uç Noktaları

Temel URL: https://api.voltimap.com

POST/api/v1/maps/geocode
GET/api/v1/maps/reverse?lat=41.01&lon=28.97
GET/api/v1/maps/route?from=Istanbul&to=Ankara
GET/api/v1/tiles/{z}/{x}/{y}.png
POST/api/v1/maps/search
WS/api/v1/maps/track

Maps kullanmaya bugün başlayın

14 günlük ücretsiz deneme. Kredi kartı gerekmez.

Ücretsiz Başla