Postal Code from

I would like to use the TWebGMapsLookupEdit component to fill out an address form in my application similar to the example here: 

https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform

cannot figure out how to access the address components through TWebGMapsLookupEdit. Is this possible? 

Currently I am using the selected text of TWebGMapsLookupEdit as the address in a TWebGMapsGeocoding then using the latitude and longitude returned in a TWebGMapsReverseGeocoding to get the individual address components to populate my form. This seems like an unnecessary amount of calls. 

Hi,


Please note that TWebGMapsLookupEdit currently does not support access to the address components.
As an alternative I would recommend using the TAdvGPlaces control from the TMS Cloud Pack (http://www.tmssoftware.com/site/cloudpack.asp), which does support retrieving address components from the Google Places API.