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

PlatformiOSmacOS

A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features for iOS and macOS.

geocoding_darwin #

The Apple Geocoding implementation of geocoding.

Usage #

This package is endorsed, which means you can simply use geocoding normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.

External Native API #

The plugin also provides a native API accessible by the native code of iOS applications or packages. This API follows the convention of breaking changes of the Dart API, which means that any changes to the class that are not backwards compatible will only be made with a major version change of the plugin. Native code other than this external API does not follow breaking change conventions, so app or plugin clients should not use any other native APIs.

The API can be accessed by importing the native plugin geocoding_darwin:

Dart:

import 'package:geocoding_darwin/geocoding_darwin.dart';

Then you will have access to the native classes CLGeocoder and MapKit.

Contributing #

For information on contributing to this plugin, see CONTRIBUTING.md.

0
likes
160
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features for iOS and macOS.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geocoding_platform_interface, pigeon, plugin_platform_interface

More

Packages that depend on geocoding_darwin

Packages that implement geocoding_darwin