Home
last modified time | relevance | path

Searched refs:PointWithData (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-maps/src/
H A DHeatmap.ts4 import { PointWithData } from './Common.types';
10 points: PointWithData[];
44 points: PointWithData[];
H A DCommon.types.ts36 export type PointWithData = Point & { alias
/expo/packages/expo-maps/build/
H A DHeatmap.d.ts3 import { PointWithData } from './Common.types';
8 points: PointWithData[];
40 points: PointWithData[];
H A DHeatmap.js.map1PointWithData } from './Common.types';\n\n/**\n * Props of Heatmap component of Expo Maps library.…
H A DCommon.types.d.ts34 export type PointWithData = Point & { alias
H A DCommon.types.js.map1 …ciates numerical data with a georgaphic coordinate.\n */\nexport type PointWithData = Point & {\n …
/expo/packages/expo-maps/ios/ExpoMaps/
H A DPropsData.swift44 struct PointWithData: Record { struct
161 @Field var points: [PointWithData] = []
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/
H A DPropsData.swift44 struct PointWithData: Record { struct
161 @Field var points: [PointWithData] = []
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DPropsData.swift44 struct PointWithData: Record { struct
161 @Field var points: [PointWithData] = []
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/
H A DPropsData.kt47 data class PointWithData( dataClass
168 @Field val points: List<PointWithData> = emptyList(),