showGeoAnalytics method

Future<void> showGeoAnalytics(
  1. MapmyIndiaGeoAnalyticsType type,
  2. String geoboundType,
  3. String? attribute,
  4. List<String> propertyNames,
  5. List<MapmyIndiaGeoAnalyticsRequest> list,
  6. String? query,
  7. bool? transparent,
)

Implementation

Future<void> showGeoAnalytics(
    MapmyIndiaGeoAnalyticsType type,
    String geoboundType,
    String? attribute,
    List<String> propertyNames,
    List<MapmyIndiaGeoAnalyticsRequest> list,
    String? query,
    bool? transparent) async {
  throw UnimplementedError('showGeoAnalytics() has not been implemented.');
}