dotup_dart_geolocation_here_maps

Creator: coderz1093

Last updated:

0 purchases

dotup_dart_geolocation_here_maps Image
dotup_dart_geolocation_here_maps Images

Languages

Categories

Add to Cart

Description:

dotup dart geolocation here maps

dotup_dart_geolocation_here_maps #
HERE Maps api wrapper. A library for Dart developers.
Usage #
A simple usage example:
import 'package:dotup_dart_geolocation_here_maps/dotup_dart_geolocation_here_maps.dart';

main() {
final api = HereMapsGeoLocationService(apiKey: 'YOUR_HERE_API_KEY');
final address = Address(street: 'Industriering', houseNumber: '7', zip: '63868', city: 'Großwallstadt');
final location = await api.getGeoCoordinatesFromAddress(address);

final result = await api.geoCode(searchtext: address.asSingleLineString());
final searchedLocation = result.geoCode!.getGeoCoordinates();
final y = await api.reverseGeoCode(geoCoordinates: location);
final sorted = await api.getAddressFromGeoCoordinates(searchedLocation!);
}
copied to clipboard
dotup.de
install #
flutter pub add dotup_dart_geolocation_here_maps
Links #
dotup_dart_geolocation_here_maps on pub.dev

Other widgets on pub.dev #
Other open source flutter projects on Github #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.