"use strict";var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};jQuery,DRTS.Location.googlemaps=DRTS.Location.googlemaps||{},DRTS.Location.googlemaps.parsePlace=function(e){var o={},t=void 0,a=void 0,n=void 0,r=void 0;o.address=e.formatted_address,o.latlng=[e.geometry.location.lat(),e.geometry.location.lng()];var s=e.geometry.viewport.getSouthWest(),i=e.geometry.viewport.getNorthEast();for(t in o.viewport=[s.lat(),s.lng(),i.lat(),i.lng()],e.address_components)if("object"===_typeof(e.address_components[t])&&e.address_components[t].types&&e.address_components[t].long_name)for(a in r=e.address_components[t].long_name,e.address_components[t].types)switch(n=e.address_components[t].types[a]){case"street_address":o.street=r;break;case"sublocality":case"locality":o.city=o[n]=r;break;case"administrative_area_level_1":o.province=r;break;case"postal_code":o.zip=r;break;case"country":o.country=e.address_components[t].short_name.toUpperCase();break;case"political":break;default:o[n]=r}return"street"in o==0&&"route"in o==1&&("street_number"in o==1?DRTS_Location_googlemapsGeocoding.house_number_pos&&"after"===DRTS_Location_googlemapsGeocoding.house_number_pos?o.street=o.route+" "+o.street_number:o.street=o.street_number+" "+o.route:o.street=o.route),"city"in o==0&&("administrative_area_level_3"in o==1?o.city=o.administrative_area_level_3:"administrative_area_level_2"in o==1&&(o.city=o.administrative_area_level_2)),DRTS_Location_googlemapsGeocoding.cityComponent&&DRTS_Location_googlemapsGeocoding.cityComponent in o==1&&(o.city=o[DRTS_Location_googlemapsGeocoding.cityComponent]),o};