apple_map_snapshotter 1.0.0 copy "apple_map_snapshotter: ^1.0.0" to clipboard
apple_map_snapshotter: ^1.0.0 copied to clipboard

PlatformiOS

Generate static Apple Maps snapshots on iOS using MapKit's MKMapSnapshotter. Perfect for displaying map previews without loading a full interactive map.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apple_map_snapshotter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  apple_map_snapshotter: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:apple_map_snapshotter/apple_map_snapshotter.dart';
1
likes
140
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

Generate static Apple Maps snapshots on iOS using MapKit's MKMapSnapshotter. Perfect for displaying map previews without loading a full interactive map.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on apple_map_snapshotter

Packages that implement apple_map_snapshotter