Coder Social home page Coder Social logo

google_maps_flutter_heatmap's People

Contributors

bmabir17 avatar bmabir17-asj avatar kishansinhparmarxongo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

google_maps_flutter_heatmap's Issues

Use a custom shape to gradient

It would be great if we could show a custom shape by polygon (like a city or country border) and make it filled with gradient

Null Safety

Hi.

When can we expect a null-safe version to be released?

Bug when i was using google_maps_flutter and google_maps_flutter_heatmap in same project

Version info which i was using in project
google_maps_flutter: 0.5.29
google_maps_flutter_heatmap: 0.1.1+2

This error come when on building


android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:27: error: constructor GoogleMapsPlugin in class GoogleMapsPlugin cannot be applied to given types;
    flutterEngine.getPlugins().add(new io.flutter.plugins.googlemaps.GoogleMapsPlugin());
                                   ^
  required: Registrar
  found: no arguments
  reason: actual and formal argument lists differ in length
1 error

FAILURE: Build failed with an exception.

Deprecated android embedding

Installing the package creates this warning

The plugin `google_maps_flutter_heatmap` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

How to solve dependency conflict between google_maps_flutter vs google_maps_flutter_heatmap in flutter ?

Hi !
In my project I'm using google_maps_flutter thats provide a method GoogleMapController.getZoomLevel() and so.
If I declare both in pubspec.yaml:
dependencies:
flutter:
sdk: flutter
google_maps_flutter_heatmap: ^0.1.1+2
google_maps_flutter: ^2.0.6

I got the follow error to compile:
error: constructor GoogleMapsPlugin in class GoogleMapsPlugin cannot be applied to given types;
flutterEngine.getPlugins().add(new io.flutter.plugins.googlemaps.GoogleMapsPlugin());

required: Registrar
found: no arguments
reason: actual and formal argument lists differ in length
1 error

If I use only google_maps_flutter_heatmap it doesnt provide me the function getZoomLevel().

Do you have any tip how to use both in my project or is there a way to update google_maps_flutter_heatmap with new googlemaps functions ?
Thanks

Build issue on iOS

Hello,
I would like to use heatmaps on my Flutter app, that's why I'm trying to use your fork.

They work well on Android, but not on iOS.
When building the app, Xcode throws 'Google-Maps-iOS-Utils/GMUHeatmapTileLayer.h' file not found in GoogleMapHeatmapController.h.

When replacing the import with #import "GMUHeatmapTileLayer.h", Xcode throws:

Include of non-modular header inside framework module 'google_maps_flutter_heatmap.GoogleMapHeatmapController': '/Users/spirals/Library/Developer/Xcode/DerivedData/Runner-axcithruvnzhhsgmqorctsqkpxgk/Build/Products/Debug-iphonesimulator/Google-Maps-iOS-Utils/GoogleMapsUtils.framework/Headers/GMUHeatmapTileLayer.h'

Since I'm a total beginner in iOS development, I have no idea what's going on ๐Ÿ˜ญ

issue in showing points

Hi

In a certain zoom level a part of point dont show. take a look at images below:

as you can see at the center of the map, there are some points:
image

but after zooming a little bit, some part of points at the center wont show up:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.