Quickstart
Flutter Quickstart
Get started with our Static Maps Flutter SDK
Generate API Key
Journey Static Maps is currently in private beta. To get started, create an account in our dashboard and generate an API key to use in your application.
Get Started
Configure the SDK
To get started, first install the package:
Then, initialize the SDK with your API key. You can do this in your main
function:
lib/main.dart
Generate a Static Map
To generate a static map, use the StaticMapImage
widget. You can customize the map by passing in various parameters, such as the center, zoom level, markers, and paths.
The code above will generate the following static map: