MapmyIndiaPOIAlongRoute constructor

MapmyIndiaPOIAlongRoute({
  1. required String path,
  2. required String category,
  3. int? buffer,
  4. int? page,
  5. bool? sort,
  6. String geometries = POICriteria.GEOMETRY_POLYLINE6,
})

Implementation

MapmyIndiaPOIAlongRoute(
    {required this.path,
    required this.category,
    this.buffer,
    this.page,
    this.sort,
    this.geometries = POICriteria.GEOMETRY_POLYLINE6});