Software · head to head
Leaflet vs Citymapper

Leaflet
Software
Leading open-source JavaScript library for mobile-friendly interactive maps, used by millions of developers worldwide
- From
- Free
- Rated
- -
Citymapper
Software
The ultimate urban mobility app for city commuters
- From
- Free
- Rated
- -
The short version
- Each has a real cost: Leaflet 2D only with no support for 3D features, tilt, or rotation; Citymapper citymapper's own App Store listing states live transit and turn-by-turn features work only in a named list of specific cities (New York, Chicago, Los Angeles, San Francisco, and dozens of other listed cities), not globally, per the developer's own description.
- They diverge on capability: Leaflet covers Core Functionality, Citymapper covers Multi-modal routing.
Where they differ
Only the attributes on which Leaflet and Citymapper actually diverge.
| Attribute | Leaflet | Citymapper |
|---|---|---|
| Pricing model | Unknown | freemium |
| Platforms | Web | Ios, Android, Web |
| Founded | Unknown | 2011 |
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated), category (Unknown).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Leaflet
- Core Functionality
- User Interface
Only in Citymapper
- Multi-modal routing
- Real-time departures
- Live bus tracking
- Disruption alerts
- Walking directions
- Uber
- Lyft
- Lime
What people use each for
The jobs each tool is most often brought in to do.
Leaflet
- Embedding interactive maps in a web pagenot Citymapper
- Mobile-friendly map interfaces across desktop and mobile browsersnot Citymapper
- Mapping where bundle size matters, at roughly 42 KB of JavaScriptnot Citymapper
- Extending a basic map with plugins rather than adopting a full platformnot Citymapper
Citymapper
- Daily commutingnot Leaflet
- City explorationnot Leaflet
- Trip planningnot Leaflet
- Mobility as a servicenot Leaflet
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Leaflet
- 2D only with no support for 3D features, tilt, or rotation
- Performance degrades when rendering large datasets of complex vector geometries without optimization
- Limited dynamic styling support; style is fixed on the server when using raster tiles
- Lacks native support for WMS features; requires plugins like Leaflet.WMS and complex feature identification is cumbersome
- Requires external tile service for map imagery; does not provide map tiles natively
Citymapper
- Citymapper's own App Store listing states live transit and turn-by-turn features work only in a named list of specific cities (New York, Chicago, Los Angeles, San Francisco, and dozens of other listed cities), not globally, per the developer's own description.
Pricing, plan by plan
Leaflet
FreeNo published plan breakdown. See the Leaflet review.
Citymapper
Free- FreeFree
- Multi-modal routing
- Real-time departures
- Basic navigation
- Citymapper Premium$4.99/month
- Live location sharing
- Weather integration
- Widgets
Which should you pick?
Choose Leaflet if
- You need core functionality.
- You want to start without paying.
- You also want user interface.
Choose Citymapper if
- You need multi-modal routing.
- You want to start without paying.
- You work on Ios, Android, Web.
- You also want real-time departures.
Questions people ask
- Is Leaflet or Citymapper better?
- Neither clearly leads. Leaflet starts at Free and Citymapper at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Leaflet or Citymapper?
- Leaflet starts at Free and Citymapper at Free.
- Does Leaflet or Citymapper run on more platforms?
- Leaflet runs on Web. Citymapper runs on Ios, Android, Web.
- Can I use Leaflet for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Leaflet best used for?
- Leaflet is most often used for embedding interactive maps in a web page, mobile-friendly map interfaces across desktop and mobile browsers, mapping where bundle size matters, at roughly 42 kb of javascript, extending a basic map with plugins rather than adopting a full platform. Of those, embedding interactive maps in a web page and mobile-friendly map interfaces across desktop and mobile browsers are not what Citymapper is typically brought in for.
- What can Leaflet do that Citymapper cannot?
- Leaflet covers Core Functionality, User Interface. Citymapper covers Multi-modal routing, Real-time departures, Live bus tracking, Disruption alerts.
Answered from the vendors’ own pages
Leaflet: Is Leaflet free and open source?
Yes. Leaflet is open-source JavaScript library licensed for free use. Over 400 plugins add capabilities like marker clustering, heatmaps, drawing tools, geocoding, and routing.
SourceLeaflet: How do I include Leaflet in my project via CDN?
Leaflet is available on multiple free CDNs including unpkg, cdnjs, and jsDelivr. Include the CSS stylesheet from https://unpkg.com/leaflet@1.9.4/dist/leaflet.css and JavaScript from https://unpkg.com/leaflet@1.9.4/dist/leaflet.js in your HTML head.
SourceLeaflet: What mapping services does Leaflet support?
Leaflet integrates seamlessly with various mapping services including OpenStreetMap, Google Maps, Bing, and other custom tile providers, allowing developers to choose the best base layer.
SourceLeaflet: What is the file size of Leaflet?
Leaflet weighs about 42 KB of JavaScript.
Source