google_maps_flutter_tizen

Last updated:

0 purchases

google_maps_flutter_tizen Image
google_maps_flutter_tizen Images
Add to Cart

Description:

google maps flutter tizen

google_maps_flutter_tizen #

The Tizen implementation of google_maps_flutter.
Required privileges #
To use this plugin, add below lines under the <manifest> section in your tizen-manifest.xml file.
<privileges>
<privilege>http://tizen.org/privilege/internet</privilege>
</privileges>
copied to clipboard
Usage #
This package is not an endorsed implementation of google_maps_flutter. Therefore, you have to include google_maps_flutter_tizen alongside google_maps_flutter as dependencies in your pubspec.yaml file.
dependencies:
google_maps_flutter: ^2.7.0
google_maps_flutter_tizen: ^0.1.8
copied to clipboard
For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
In addition, you need a Maps JavaScript API Key to use this plugin. You can get an API key at this page and specify it in the assets/map.html file of your app.
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY">
copied to clipboard
Limitations #

This plugin was implemented using the Google JavaScript API.
The Marker feature uses the Legacy API. Depending on the Deprecate plan of the JavaScript API, some parts may not work.
The marker clustering feature is not yet supported.

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.