insert Route With Existing Markers
open suspend fun insertRouteWithExistingMarkers(route: RouteEntity, markers: List<MarkerEntity>): Long
insertRouteWithExistingMarkers is used from the app to create a route using markers which are already in the database.