GeocoderResult

Überblick

Die Rückgabe ist vom Typ GeoJson (siehe geojson.org ).

Codebeispiel: GeocoderResult

{
	"properties": {
		"exception": {
			"errCode": "",
			"publicReport": ""
		}
	},
	"features": [{
		"properties": {
			"description": null,
			"city": "Karlsruhe",
			"country": "D",
			"isoCountry": "DE",
			"district": "Baden-Württemberg",
			"cityAddon": null,
			"cityPart": "Rintheim",
			"houseNo": null,
			"street": "CAS-Weg",
			"zip": "76131"
		},
		"geometry": {
			"coordinates": [8.43942,
			49.0215],
			"type": "Point"
		},
		"bbox": [8.43942,
		49.0215,
		8.43942,
		49.0215],
		"type": "Feature"
	}],
	"bbox": [8.43942,
	49.0215,
	8.43942,
	49.0215],
	"type": "FeatureCollection"
}