[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.KmlLayer.PointsLocationExpressions

PointsLocationExpressions Property

PointsLocationExpressions

Gets the list of lists of location expressions. The outer list corresponds to the point or points associated with each record of the layer - i.e. for a points layer, that list will contain one element, for lines - two etc. The inner list for each point is the collection of location expressions. E.g. it can be Country, City, Address.

Declaration
[Browsable(false)]
public override List<List<string>> PointsLocationExpressions { get; }
Overrides