removeGeoAnalytics method

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

Implementation

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