data
The raw GeoJSON data.
Declaration
get data(): D | undefined;
set data(data: D | undefined);Discussion
Use the data object to view the original GeoJSON data. To retrieve the data as MapKit JS items, use the items or getFlattenedItemList() objects.