The best way to generate static maps for your application. Built for scale, customize your map and deploy to your customers in just a few lines of code.
Deploy faster
Journey static maps enable you to easily plot markers, routes, or custom polygons with a simple API.
StaticMapImage(
options: StaticMapOptions(
width: 400,
height: 400,
padding: 70,
scale: 2,
overlays: [
const StaticMapMarker(
point: StaticMapLatLng(37.7860, -122.4258),
color: Color(0xffC21DB3),
size: 8,
label: 'San Francisco',
labelSize: 14,
labelColor: Colors.black,
),
],
)
);
Highly customizable
We're building a platform that makes it easy for you to integrate and customize your maps just the way you want it.
Customizable
Style your markers and paths properties such as size and color to match the look and feel of your brand.
Learn moreREST API
Use our powerful REST API to generate static maps for your website or application.
Learn moreFlutter SDK
Advanced Flutter SDKs with multiple of options to make your map look just like you want it.
Learn more