WE MAP API SERVICES

Maps and Location Services for your business

Help you find an address or object on the map and get directions by any type of transport in your projects

Get Started

Map API Services

🗺️

Optimal Route

Add up to 50 points to a route to visit all at once. Building optimal routes between points.

🔍

Search & Geocoding

Help find an address or place of interest. Determine time zones and locations.

📍

Places API

Get detailed information about places, businesses, and points of interest.

Easy Integration

API Integration

PHP
C#
C++
React
React Native
Java
Kotlin
Swift
// Places API Example
$wemap = new WeMap\PlacesService([
    'apiKey' => 'YOUR_API_KEY'
]);

// Search for nearby places
$places = $wemap->search([
    'query' => 'restaurants',
    'location' => [
        'lat' => 41.0370,  // Taksim Square
        'lng' => 28.9850
    ],
    'radius' => 1000
]);

// Geocoding Example
$geocoder = new WeMap\GeocodingService([
    'apiKey' => 'YOUR_API_KEY'
]);

$location = $geocoder->geocode([
    'address' => 'Taksim Square, Istanbul, Turkey'
]);

// Directions Example
$directions = new WeMap\DirectionsService([
    'apiKey' => 'YOUR_API_KEY'
]);

$route = $directions->getRoute([
    'origin' => 'Taksim Square, Istanbul',
    'destination' => [
        'lat' => 41.0087,  // Sultanahmet Square
        'lng' => 28.9801
    ],
    'mode' => 'driving'
]);

Live API Demo

Search Location

Pricing Plans

Basic

$0.15

per API call
  • ✓ 100,000 API calls/month
  • ✓ Basic Support
  • ✓ Standard Features
  • ✓ HTTPS Encryption
  • ✓ 99.9% Uptime SLA
Get Started

Enterprise

$0.20

per API call
  • ✓ 1,000,000 API calls/month
  • ✓ Priority Support
  • ✓ Advanced Features
  • ✓ Custom Integration Support
  • ✓ 99.99% Uptime SLA
Get Started

Custom

Custom Pricing

tailored to your needs
  • ✓ Unlimited API calls
  • ✓ 24/7 Premium Support
  • ✓ Custom Features
  • ✓ Dedicated Account Manager
  • ✓ 99.99% Uptime SLA
Contact Us

24/7 Support Available

Get expert support whenever you need it

Contact Support

Contact Us

Please contact us for the most suitable mapping service for your business.

Email: info@wemap.com.tr