You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with "https://maps.googleapis.com/maps/api/directions/xml?origin=Mertens%20en%20Torfsstraat%2046,%202018%20Antwerpen&destination=Rubensstraat%2010,%202300%20Turnhout&sensor=false&mode=bicycling&alternatives=false&key=AIzaSyAPPIXGudOyHD_KAa2f_1l_QVNbsd_pMQs" as url
call apoc.load.xmlSimple(url) yield value
return value._route._leg._distance._value, keys(value), keys(value._route), keys(value._route._leg), keys(value._route._leg._distance._value)
with "https://maps.googleapis.com/maps/api/directions/xml?origin=Mertens%20en%20Torfsstraat%2046,%202018%20Antwerpen&destination=Rubensstraat%2010,%202300%20Turnhout&sensor=false&mode=bicycling&alternatives=false&key=AIzaSyAPPIXGudOyHD_KAa2f_1l_QVNbsd_pMQs" as url
call apoc.load.xmlSimple(url) yield value
unwind keys(value) as key
RETURn key, apoc.meta.type(value[key]);
The text was updated successfully, but these errors were encountered:
* Copy over relevant parts of org.neo4j.internal.helpers.collection to reduce dependencies of internal Neo4j APIs
* Use Pair from apache instead of Neo4j
* Remove unused benchmarking code related to auto-indexing which does not exist in Neo4j anymore.
The text was updated successfully, but these errors were encountered: