static_map 0.1.1
static_map: ^0.1.1 copied to clipboard
Quickly generate static maps for your app.
Journey’s Static Maps platform is made for developers and designed to be easy to use and integrate. Get started by following our Flutter quickstart guide.
Example:
StaticMapImage(
options: StaticMapOptions(
center: LatLng(37.7749, -122.4194),
zoom: 12,
width: 300,
height: 300,
),
);
Will generate the following map:
Getting Started #
You can view our complete documentation at docs.journey.tech.