'宣言 Public Overrides ReadOnly Property PointsLocations As System.Collections.Generic.List(Of LonLat(Of String))
'使用法 Dim instance As KmlLayer Dim value As System.Collections.Generic.List(Of LonLat(Of String)) value = instance.PointsLocations
public override System.Collections.Generic.List<LonLat<string>> PointsLocations {get;}