List of GoogleMapsLocation use itera multiproperty
Vote:
Hi.
Isthere someone whohas managed tocombineitera.multiproperty with GoogleMapsLocation, something like this:
PropertyDataCollection _new = new PropertyDataCollection(); _new.Add("Position", new PropertyGoogleMapsLocation()); _new.Add("Fritext", new PropertyString()); _innerPropertyCollection = _new;