yandex_mapkit 0.2.1 copy "yandex_mapkit: ^0.2.1" to clipboard
yandex_mapkit: ^0.2.1 copied to clipboard

outdated

A Flutter plugin for integrating Yandex.MapKit in Android and iOS applications.

yandex_mapkit #

A flutter plugin for displaying yandex maps on iOS and Android. Now fully integrated with flutters widget tree.

Disclaimer: This project uses Yandex Mapkit which belongs to Yandex
When using Mapkit refer to these terms of use

Getting Started #

Generate your API Key #

  1. Go to https://developer.tech.yandex.com
  2. Create a MapKit mobile SDK key

Usage #

Prior to using the plugin, you must call YandexMapkit.setup(apiKey: apiKey) Example:

import 'package:yandex_mapkit/yandex_mapkit.dart';

void main() async {
  await YandexMapkit.setup(apiKey: 'YOUR_API_KEY');
  runApp(MyApp());
}

You can use a YandexMap which resizes itself to its parent size

Expanded(child: YandexMap())

For usage examples refer to example app

Features #

  • ✅ iOS Support
  • ✅ Android Support
  • ✅ Add and remove Placemarks
  • ✅ Receive Placemark tap events
  • ✅ Moving around the map
  • ✅ Setting map bounds
  • ✅ Showing current user location
234
likes
0
points
8.5k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Yandex.MapKit in Android and iOS applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on yandex_mapkit

Packages that implement yandex_mapkit