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

Function isLineStringFeature

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

Source from the content-addressed store, hash-verified

478 isPointFeature(feature) || isMultiPointFeature(feature);
479
480const isLineStringFeature = (
481 feature: Feature,
482): feature is Feature<LineString> => feature.geometry.type === 'LineString';
483
484const isMultiLineStringFeature = (
485 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…