RouteLatLonToLatLon
RPC Configuration
Rpc Name:
Plain: RouteLatLonToLatLon
Sha1: 29fb3c4314b84d31e3ecd3d3ea60099268de87ab
RPCs can be called by their plain name or their SHA1 representation.
Rpc Parameters:
"building_id" : int,
"startLat" : float,
"startLon" : float,
"startFloor" : int,
"targetLat" : float,
"targetLon" : float,
"targetFloor" : int,
"flavor_name" : ?string = null 
Requires Login:
true
Requires Context:
The context providing parameter can either be a contagt-id (8-Bytes, Alphaumeric) or an integer as a building id. The context parameter name should make the choice obviouse, the type has not to be defined manually.
true
Requires contextParamName:
building_id
Requires WriteAccess:
Only accounts that have an explicit write access to the defined context can execute this RPC, no matter if the authentication level matches or not.
false
Requires AuthenticationLevel:
Authentication levels allow the SuperUser to define a by-RPC granular access configuration. If RPCs are chained in a single unified call and lenient is enabled, all allowed RPCs will be executed, while execution will fail entirely with lenient set to false.
STANDARD_USER
Requires Subbuilding Merge Strategy:
SUBBUILDING_ONLY
Existing Versionized Executors:
This RPC has an API Level Vrsion Switch, that will allow to execute different paths on differnet API Levels. The accepted and response parameters might change when using a versionized constructor.
routeLatLonToLatLon_LE20
Cache Configuration
All writing RPCs are not Cacheable, also Caching will be disabled by the paramters nocache
and readonly.
Cache enabled:
true
Cache Time to Live:
60
Sample Request
->
{
    "building_id": 131,
    "startLat": 49.4987761,
    "startLon": 8.46835385,
    "startFloor": 0,
    "targetLat": 49.4985303,
    "targetLon": 8.4687898,
    "targetFloor": 2
}
<-
{
    "success": true,
    "route": [
        {
            "node_id": 0,
            "lat": 49.4987761,
            "lon": 8.46835385,
            "distance": 13.64,
            "angle": 0,
            "floor": 0
        },
        {
            "node_id": 16,
            "lat": 49.4987241878,
            "lon": 8.46852481333,
            "distance": 4.38,
            "angle": 340,
            "floor": 0,
            "landmark": {
                "poi": {
                    "id": "njMqjt4a",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 16,
                    "floor": 0,
                    "displayname": "Haupteingang ABC",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4987241878,
                        "lon": 8.46852481333,
                        "id": "njMqjt4a",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 16,
                        "floor": 0,
                        "displayname": "Haupteingang ABC",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 1,
                "naturalLanguage": [
                    "Laufen Sie bei Haupteingang ABC los"
                ],
                "landmark": "Haupteingang ABC"
            }
        },
        {
            "node_id": 9,
            "lat": 49.4987201469,
            "lon": 8.46858504815,
            "distance": 2.59,
            "angle": 56,
            "floor": 0,
            "landmark": {
                "poi": {
                    "id": "nBCjlyuU",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 25,
                    "floor": 0,
                    "displayname": "test",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4987450101,
                        "lon": 8.46854616413,
                        "id": "nBCjlyuU",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 25,
                        "floor": 0,
                        "displayname": "test",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 36,
                "naturalLanguage": [
                    "Gehen Sie an test rechts vorbei",
                    "gehen Sie nach rechts."
                ],
                "landmark": "test"
            }
        },
        {
            "node_id": 11,
            "lat": 49.4986996263,
            "lon": 8.46860192053,
            "distance": 3.88,
            "angle": 325,
            "floor": 0
        },
        {
            "node_id": 12,
            "lat": 49.4986842663,
            "lon": 8.46865009552,
            "distance": 0.56,
            "angle": 270,
            "floor": 0,
            "landmark": {
                "poi": {
                    "id": "dSK0vx1j",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 4,
                    "floor": 0,
                    "displayname": "Innenhof",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4986926099,
                        "lon": 8.46866832561,
                        "id": "dSK0vx1j",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 4,
                        "floor": 0,
                        "displayname": "Innenhof",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 48,
                "naturalLanguage": [
                    "Nachdem Sie Innenhof erreicht haben",
                    "gehen Sie nach links."
                ],
                "landmark": "Innenhof"
            }
        },
        {
            "node_id": 13,
            "lat": 49.4986887945,
            "lon": 8.46865351605,
            "distance": 0.4,
            "angle": 0,
            "floor": 0,
            "landmark": {
                "poi": {
                    "id": "dSK0vx1j",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 4,
                    "floor": 0,
                    "displayname": "Innenhof",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4986926099,
                        "lon": 8.46866832561,
                        "id": "dSK0vx1j",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 4,
                        "floor": 0,
                        "displayname": "Innenhof",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 128,
                "naturalLanguage": [
                    "Gehen Sie \u00fcber \"Innenhof\" ins 1. Stockwerk."
                ],
                "landmark": "Innenhof"
            }
        },
        {
            "node_id": 95,
            "lat": 49.4986919369,
            "lon": 8.46865588983,
            "distance": 0.55,
            "angle": 0,
            "floor": 1
        },
        {
            "node_id": 96,
            "lat": 49.4986963414,
            "lon": 8.46865921693,
            "distance": 3.88,
            "angle": 269,
            "floor": 1
        },
        {
            "node_id": 90,
            "lat": 49.4987116915,
            "lon": 8.46861104046,
            "distance": 1.45,
            "angle": 270,
            "floor": 1
        },
        {
            "node_id": 89,
            "lat": 49.4986999553,
            "lon": 8.46860216922,
            "distance": 3.88,
            "angle": 271,
            "floor": 1
        },
        {
            "node_id": 92,
            "lat": 49.4986845959,
            "lon": 8.46865034466,
            "distance": 0.54,
            "angle": 270,
            "floor": 1
        },
        {
            "node_id": 93,
            "lat": 49.4986890005,
            "lon": 8.46865367176,
            "distance": 0.38,
            "angle": 0,
            "floor": 1
        },
        {
            "node_id": 128,
            "lat": 49.4986920004,
            "lon": 8.46865593857,
            "distance": 0.55,
            "angle": 0,
            "floor": 2
        },
        {
            "node_id": 129,
            "lat": 49.4986964431,
            "lon": 8.46865929678,
            "distance": 6.48,
            "angle": 269,
            "floor": 2
        },
        {
            "node_id": 122,
            "lat": 49.4987225736,
            "lon": 8.46857916627,
            "distance": 3.6,
            "angle": 269,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "oJUCeE1p",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 123,
                    "floor": 2,
                    "displayname": "Projekt Gold Film & Design",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4987386576,
                        "lon": 8.46853459056,
                        "id": "oJUCeE1p",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 123,
                        "floor": 2,
                        "displayname": "Projekt Gold Film & Design",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 8,
                "naturalLanguage": [
                    "Bevor Sie Projekt Gold Film & Design erreichen",
                    "gehen Sie nach links",
                    "in Richtung Kopierraum."
                ],
                "landmark": "Projekt Gold Film & Design"
            }
        },
        {
            "node_id": 120,
            "lat": 49.498693374,
            "lon": 8.46855767915,
            "distance": 18.45,
            "angle": 271,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "BgWdmgrD",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 156,
                    "floor": 2,
                    "displayname": "Kopierraum",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4986805698,
                        "lon": 8.46857734005,
                        "id": "BgWdmgrD",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 156,
                        "floor": 2,
                        "displayname": "Kopierraum",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 48,
                "naturalLanguage": [
                    "Nachdem Sie Kopierraum erreicht haben",
                    "gehen Sie nach links",
                    "in Richtung Kaffeek\u00fcche."
                ],
                "landmark": "Kopierraum"
            }
        },
        {
            "node_id": 102,
            "lat": 49.4986219147,
            "lon": 8.46878789449,
            "distance": 2.03,
            "angle": 90,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "NYTRJigi",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 113,
                    "floor": 2,
                    "displayname": "Kaffeek\u00fcche",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4986177535,
                        "lon": 8.46880130036,
                        "id": "NYTRJigi",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 113,
                        "floor": 2,
                        "displayname": "Kaffeek\u00fcche",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 16,
                "naturalLanguage": [
                    "Nachdem Sie Kaffeek\u00fcche erreicht haben",
                    "gehen Sie nach rechts",
                    "in Richtung NM individuelles WEBDESIGN."
                ],
                "landmark": "Kaffeek\u00fcche"
            }
        },
        {
            "node_id": 101,
            "lat": 49.4986055783,
            "lon": 8.46877537903,
            "distance": 2.1,
            "angle": 271,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "Q9j9lSVl",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 100,
                    "floor": 2,
                    "displayname": "NM individuelles WEBDESIGN",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4985977165,
                        "lon": 8.46876935604,
                        "id": "Q9j9lSVl",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 100,
                        "floor": 2,
                        "displayname": "NM individuelles WEBDESIGN",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 16,
                "naturalLanguage": [
                    "Nachdem Sie NM individuelles WEBDESIGN erreicht haben",
                    "gehen Sie nach links",
                    "vorbei an Kaffeek\u00fcche."
                ],
                "landmark": "NM individuelles WEBDESIGN"
            }
        },
        {
            "node_id": 103,
            "lat": 49.4985971836,
            "lon": 8.46880135662,
            "distance": 1.54,
            "angle": 88,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "NYTRJigi",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 113,
                    "floor": 2,
                    "displayname": "Kaffeek\u00fcche",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4986177535,
                        "lon": 8.46880130036,
                        "id": "NYTRJigi",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 113,
                        "floor": 2,
                        "displayname": "Kaffeek\u00fcche",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 8,
                "naturalLanguage": [
                    "Bevor Sie Kaffeek\u00fcche erreichen",
                    "gehen Sie nach rechts",
                    "in Richtung NM individuelles WEBDESIGN."
                ],
                "landmark": "Kaffeek\u00fcche"
            }
        },
        {
            "node_id": 105,
            "lat": 49.4985847287,
            "lon": 8.46879201739,
            "distance": 0.86,
            "angle": 91,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "Q9j9lSVl",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 100,
                    "floor": 2,
                    "displayname": "NM individuelles WEBDESIGN",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4985977165,
                        "lon": 8.46876935604,
                        "id": "Q9j9lSVl",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 100,
                        "floor": 2,
                        "displayname": "NM individuelles WEBDESIGN",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 8,
                "naturalLanguage": [
                    "Bevor Sie NM individuelles WEBDESIGN erreichen",
                    "gehen Sie nach rechts."
                ],
                "landmark": "NM individuelles WEBDESIGN"
            }
        },
        {
            "node_id": 106,
            "lat": 49.4985881218,
            "lon": 8.46878137527,
            "distance": 3.78,
            "angle": 270,
            "floor": 2,
            "landmark": {
                "poi": {
                    "id": "Q9j9lSVl",
                    "parent_id": "njMqjt4a",
                    "building_id": 131,
                    "group_id": 1,
                    "node_id": 100,
                    "floor": 2,
                    "displayname": "NM individuelles WEBDESIGN",
                    "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png",
                    "attributes": {
                        "lat": 49.4985977165,
                        "lon": 8.46876935604,
                        "id": "Q9j9lSVl",
                        "parent_id": "njMqjt4a",
                        "building_id": 131,
                        "group_id": 1,
                        "node_id": 100,
                        "floor": 2,
                        "displayname": "NM individuelles WEBDESIGN",
                        "image": "http:\/\/172.18.1.12\/img\/content\/buildings\/131.0.png"
                    }
                },
                "type": 128,
                "naturalLanguage": [
                    "gehen Sie weiter zu NM individuelles WEBDESIGN",
                    "gehen Sie nach links."
                ],
                "landmark": "NM individuelles WEBDESIGN"
            }
        },
        {
            "node_id": 109,
            "lat": 49.4985576278,
            "lon": 8.46875832536,
            "distance": 1.26,
            "angle": 271,
            "floor": 2
        },
        {
            "node_id": 110,
            "lat": 49.4985526488,
            "lon": 8.46877394134,
            "distance": 0,
            "angle": 0,
            "floor": 2,
            "landmark": {
                "poi": null,
                "type": 2,
                "naturalLanguage": [
                    "Sie haben Ihr Ziel erreicht"
                ]
            }
        }
    ]
}