GeoService constructor

GeoService({
  1. required ClientContext context,
})

Returns the new instance of GeoService.

Implementation

factory GeoService({required ClientContext context}) =>
    _GeoService(context: context);