Update control geocoder to v1.5.5.

This commit is contained in:
David Molineus
2017-10-17 09:56:11 +02:00
parent a2cdfddcc6
commit ed594cfdd1
9 changed files with 34 additions and 23 deletions

View File

@@ -160,7 +160,7 @@ An object that represents a result from a geocoding query.
| Property | Type | Description |
| ---------- | ---------------- | ------------------------------------- |
| name | String | Name of found location |
| bounds | L.LatLngBounds | The bounds of the location |
| bbox | L.LatLngBounds | The bounds of the location |
| center | L.LatLng | The center coordinate of the location |
| icon | String | URL for icon representing result; optional |
| html | String | (optional) HTML formatted representation of the name |