GeoService constructor

GeoService(
  1. List<String> apiKeys
)

Constructor for GeoService. Takes a list of API keys for geocoding services get your api keys from https://geocode.maps.co

Implementation

GeoService(this.apiKeys);