MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps / isMultiLineStringFeature

Function isMultiLineStringFeature

src/Geojson.tsx:484–487  ·  view source on GitHub ↗
(
  feature: Feature,
)

Source from the content-addressed store, hash-verified

482): feature is Feature<LineString> => feature.geometry.type === 'LineString';
483
484const isMultiLineStringFeature = (
485 feature: Feature,
486): feature is Feature<MultiLineString> =>
487 feature.geometry.type === 'MultiLineString';
488
489const isAnyLineStringFeature = (
490 feature: Feature,

Callers 1

isAnyLineStringFeatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…