yandex_mapkit 0.1.3+1 copy "yandex_mapkit: ^0.1.3+1" to clipboard
yandex_mapkit: ^0.1.3+1 copied to clipboard

outdated

Flutter implementation of Yandex.MapKit

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
197
likes
0
pub points
96%
popularity

Publisher

unverified uploader

Flutter implementation of Yandex.MapKit

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on yandex_mapkit