Google Maps yerini alır
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.
Convert addresses to coordinates and back. Turkish character support built-in.
A-to-B routing with OSRM. Driving, walking, and cycling profiles.
Serve map tiles from your own server. Zoom levels 0-14 for Turkey & Bulgaria.
Real-time location tracking via WebSocket. Perfect for delivery and logistics apps.
Search for places, businesses, and POIs across your covered regions.
Drop-in map widget for any website. iframe or React component.
SDK veya REST API ile dakikalar içinde başlayın.
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)
})Temel URL: https://api.voltimap.com
/api/v1/maps/geocode/api/v1/maps/reverse?lat=41.01&lon=28.97/api/v1/maps/route?from=Istanbul&to=Ankara/api/v1/tiles/{z}/{x}/{y}.png/api/v1/maps/search/api/v1/maps/trackBu site, deneyimini iyileştirmek için çerezler kullanır. KVKK ve GDPR kapsamında tercihini sen yapıyorsun.
Oturum, kimlik doğrulama ve dil tercihi için gereklidir. Kapatılamaz.
Anonim kullanım istatistikleri; ürünü iyileştirmemize yardımcı olur.
Şu anda kullanılmıyor — ileride etkinleşebilir.