1.2.0 • Published 6 years ago

sygic-maps-services v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

sygic-maps-services-js

Build Version Downloads MIT License Release

The Sygic Maps API for JavaScript is a set of programming interfaces that enable developers to build Web applications with feature rich, interactive Sygic Maps at their center.

Installation

This package is distributed via npm:

npm install sygic-maps-services

Usage

Request Sygic Maps API key

var sygicMapsServices = require("sygic-maps-services");

//Or, when you only need to include compiled JS, you can use: 
//<script src="https://unpkg.com/sygic-maps-services/dist/sygic-maps-services.min.js"></script>

var mapServices = sygicMapsServices.create({
  key: 'apikey'
});

mapServices.geocode({
  country: 'Deutschland',
  city: 'Berlin',
  street: 'Bernauer Strasse',
  house_number: '12',
  zip: '13355',
  admin_level_1: 'Berlin'
}, (error, response) => {
  //console.log(response);
  //console.log(error);
});

More examples

Introduction

Online Maps and Directions, Geocoding, Search and route Optimization APIs for web development of Enterprise solutions.

  • Here, TomTom, OSM & local maps and data under one roof
  • Easy to integrate – intuitive maps APIs and outstanding support
  • Commercial routing & optimization algorithm for Truck, Emergency, Bus, Van, Taxi used by +750k professional drivers worldwide
  • Single source of map data and routing on web and on mobile device
  • Transparent pricing per asset

Maps API - Embed raster map tiles or fast vector maps with any information and graphics using Custom Layers. Maps API

Geocoding & Search API - Find places and addresses, convert them to geo-coordinates, or just see suggestions as you type using Autocomplete. Geocoding API | Search API

Routing API - Pedestrian, car, RV, bus, delivery van, or truck routing algorithms used by more than 150 million drivers worldwide. Routing API

Route Optimization API - Multi-vehicle and multi-stop sequence optimization using various restrictions and attributes. Optimization API

Analytics API - Map matching lets you snap sets of GPS points to the road network with very high accuracy. Analyze speeding with Speeding report function. Analytics API

Support

Sygic provides professional technical support to developers and software vendors integrating our navigation with the SDK.

Sygic offers professional customer project management support and a team of highly skilled developers able to provide custom solutions and features.

Sygic Maps

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago