public class Geocoder extends Object
| Constructor and Description |
|---|
Geocoder() |
| Modifier and Type | Method and Description |
|---|---|
static de.narimo.commons.Point |
geocode(String place,
String postcode,
String street,
String housenr,
String countryCode,
String geocodeUrl,
String apiKey) |
static void |
geocodeCSVAddresses(File csvFile,
File outputFile,
int placeIndex,
int postcodeIndex,
int streetIndex,
int housenrIndex,
char sep,
String countryCode,
String geocodeUrl,
String apiKey) |
static void |
main(String[] args) |
public static de.narimo.commons.Point geocode(String place, String postcode, String street, String housenr, String countryCode, String geocodeUrl, String apiKey) throws Exception
Exceptionpublic static void geocodeCSVAddresses(File csvFile, File outputFile, int placeIndex, int postcodeIndex, int streetIndex, int housenrIndex, char sep, String countryCode, String geocodeUrl, String apiKey) throws Exception
ExceptionCopyright © 2020. All rights reserved.