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) {
|
function parseGeodata(data) {
|
||||||
var bounds = data.geometry.bounds || data.geometry.viewport,
|
var bounds = data.geometry.bounds || data.geometry.viewport,
|
||||||
place = {
|
place = {
|
||||||
|
alternativeNames: [],
|
||||||
components: data.address_components,
|
components: data.address_components,
|
||||||
countryCode: getCountryCode(data.address_components),
|
countryCode: getCountryCode(data.address_components),
|
||||||
east: bounds.getNorthEast().lng(),
|
east: bounds.getNorthEast().lng(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue