Searched refs:PointWithData (Results 1 – 10 of 10) sorted by relevance
4 import { PointWithData } from './Common.types';10 points: PointWithData[];44 points: PointWithData[];
36 export type PointWithData = Point & { alias
3 import { PointWithData } from './Common.types';8 points: PointWithData[];40 points: PointWithData[];
1 …PointWithData } from './Common.types';\n\n/**\n * Props of Heatmap component of Expo Maps library.…
34 export type PointWithData = Point & { alias
1 …ciates numerical data with a georgaphic coordinate.\n */\nexport type PointWithData = Point & {\n …
44 struct PointWithData: Record { struct161 @Field var points: [PointWithData] = []
47 data class PointWithData( dataClass168 @Field val points: List<PointWithData> = emptyList(),