kb0 / maps_toolkit

Dart library for area, distance, heading measurements
Apache License 2.0
46 stars 17 forks source link

Undefined name 'PolygonUtil'. #3

Closed fredxie07 closed 4 years ago

fredxie07 commented 4 years ago

I got the following error : Try correcting the name to one that is defined, or defining the name.

fredxie07 commented 4 years ago
/// Maps toolkit (port from android-maps-utils library)
library maps_toolkit;

export 'src/latlng.dart';
export 'src/spherical_util.dart';

We found the reason ,because didn't export this tool

kb0 commented 4 years ago

fixed, at 1.1.0+1