to property

Get NominatimGeocoding object. Stictly: use this getter to create object. Only use this getter after initializing package as follows:

void main() async {
  await NominatimGeocoding.init();
}

Implementation

static NominatimGeocoding get to => Get.find();