updating map
This commit is contained in:
parent
60d6c2a166
commit
2319f5c3c9
1 changed files with 1 additions and 0 deletions
|
@ -850,6 +850,7 @@ Ox.Map = function(options, self) {
|
|||
function parseGeodata(data) {
|
||||
var bounds = data.geometry.bounds || data.geometry.viewport,
|
||||
place = {
|
||||
alternativeNames: [],
|
||||
components: data.address_components,
|
||||
countryCode: getCountryCode(data.address_components),
|
||||
east: bounds.getNorthEast().lng(),
|
||||
|
|
Loading…
Reference in a new issue