menu
flutter_w3w_map package
documentation
w3w_google_maps.dart
ConvertToCoordinates
call method
call method
dark_mode
light_mode
call
method
Future
<
W3WEntity
>
call
(
String
words
)
Implementation
Future<W3WEntity> call(String words) { return repository.convertToCoordinates(words); }
flutter_w3w_map package
documentation
w3w_google_maps
ConvertToCoordinates
call method
ConvertToCoordinates class