New Feature

Paste Any Map Link.
Get a Safety Score.

πŸ—ΊοΈ β†’ πŸ›‘οΈ

Google Maps β€’ Apple Maps β€’ Waze β€’ Bing β€’ Here

By Tranzia Engineeringβ€’February 2026β€’3 Min Read

We just launched a feature that changes how you check route safety: paste any map link from any major mapping app, and get an instant safety score. No manual entry. No coordinates. Just paste and go.

The Old Way: Copy-Paste Friction

Until now, checking a route's safety meant manually entering your origin and destination into Tranzia. If you already had directions open in Google Maps or Waze, you'd have to:

  1. Note down the addresses
  2. Switch to Tranzia
  3. Type them in again
  4. Click "Generate Route"

That friction meant most people never checked. And the route they took was optimized for speed, not safety.

The New Way: Paste β†’ Score

Now, you can take any directions URL from your browser and paste it directly into Tranzia. We automatically detect:

  • The origin address
  • The destination address
  • The city (to load the right safety data)

πŸ’‘ Pro Tip: Copy the URL from your browser address bar while viewing directions. Shortened links (maps.app.goo.gl) aren't supported yet.

Works With Every Major Maps App

We built our URL parser to handle the quirks of each major navigation platform:

Google Maps
Google Maps
Apple Maps
Apple Maps
Waze
Waze
Bing Maps
Bing Maps
HERE Maps
HERE Maps

For Developers: The Score-URL Endpoint

This feature is also available via our REST API. The new /v1/score-url endpoint accepts any map URL and returns safety scores:

# Score a route from any map provider
curl -X POST https://tranzia.com/v1/score-url \
-H "Content-Type: application/json" \
-d '{ "url": "https://www.google.com/maps/dir/Times+Square/Brooklyn+Bridge", "mode": "walking" }'

The response includes parsed origin/destination, detected city, and safety scores for each route alternative. Perfect for integrating safety checks into your booking flow, dispatch system, or travel app.

Use Cases

🏒 Corporate Travel

Employees can paste their planned route before booking to verify safety compliance.

πŸš• Fleet Dispatch

Dispatchers can quickly check driver routes by pasting the link from their routing software.

πŸŽ“ University Safety

Students can check their walking route home before leaving the library at night.

Try It Now

Head to tranzia.com and paste any map link to see it in action.

Have questions? Reach out at support@tranzia.com

Trademarks: Google Maps is a trademark of Google LLC. Apple Maps is a trademark of Apple Inc. Waze is a trademark of Waze Mobile Ltd. Bing Maps is a trademark of Microsoft Corporation. HERE Maps is a trademark of HERE Global B.V. Tranzia is not affiliated with, endorsed by, or sponsored by any of these companies. All product names, logos, and brands are property of their respective owners.