You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning disable CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring as nullable.
25
-
/// <summary>
26
-
/// Gets the character array representing the encoded polyline.
27
-
/// </summary>
28
-
publicchar[]CharArrayValue{get;privateset;}
29
-
30
25
/// <summary>
31
26
/// Gets the read-only memory representing the encoded polyline.
0 commit comments