maptiler_flutter 0.1.0 copy "maptiler_flutter: ^0.1.0" to clipboard
maptiler_flutter: ^0.1.0 copied to clipboard

A flutter wrapper for the mapTiler Api.

example/maptiler_flutter_example.dart

import 'package:maptiler_flutter/maptiler_flutter.dart';

void main() async {
  MapTilerConfig.setApiKey('YOUR_MAPTILER_API_KEY');

  try {
    var searchResults = await MapTiler.geocodingAPI.searchByName("Zurich");
    print(searchResults);
  } catch (e) {
    print(e);
  }
}
3
likes
130
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter wrapper for the mapTiler Api.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on maptiler_flutter