Skip to content

A simple high performance route finder api for Istanbul!. For graph got street nodes from Open Street Map as json file and find best path with Dijkstra algorithm.

Notifications You must be signed in to change notification settings

SametHaymana/geoRouteApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo Router api

This api can be able to quckliy find path (<4s) between two point in istanbul. Go ahed start aplication and test it.

Test It

Example Request data

    {
        "location1": {"lat": 41.085364, "lon": 28.786628},
        "location2": {"lat": 41.018732, "lon": 28.928428}
    }

Try it with curl

    curl -X POST -H "Content-Type: application/json"  -d '{"location1": {"lat": 41.085364, "lon": 28.786628}, "location2": {"lat": 41.018732, "lon": 28.928428}}' http://localhost:8080/api/route

About

A simple high performance route finder api for Istanbul!. For graph got street nodes from Open Street Map as json file and find best path with Dijkstra algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published