ola_maps_flutter 0.2.0 copy "ola_maps_flutter: ^0.2.0" to clipboard
ola_maps_flutter: ^0.2.0 copied to clipboard

PlatformAndroid

A Flutter plugin for integrating Ola Maps SDK. Provides interactive maps with markers, polylines, circles, polygons, bezier curves, and marker clustering.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ola_maps_flutter

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

dependencies:
  ola_maps_flutter: ^0.2.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:ola_maps_flutter/ola_map_view_flutter.dart';
import 'package:ola_maps_flutter/ola_map_view_flutter_method_channel.dart';
import 'package:ola_maps_flutter/ola_map_view_flutter_platform_interface.dart';
import 'package:ola_maps_flutter/ola_routing_service.dart';
1
likes
160
points
0
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Ola Maps SDK. Provides interactive maps with markers, polylines, circles, polygons, bezier curves, and marker clustering.

Repository (GitHub)
View/report issues

Topics

#maps #ola-maps #navigation #geolocation #markers

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, plugin_platform_interface

More

Packages that depend on ola_maps_flutter

Packages that implement ola_maps_flutter