Home
last modified time | relevance | path

Searched refs:geoJsonObjects (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-maps/ios/ExpoMaps/Protocols/
H A DGeoJsons.swift2 func setGeoJsons(geoJsonObjects: [GeoJsonObject])
H A DExpoMapView.swift15 func setGeoJsons(geoJsonObjects: [GeoJsonObject])
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Protocols/
H A DGeoJsons.swift2 func setGeoJsons(geoJsonObjects: [GeoJsonObject])
H A DExpoMapView.swift15 func setGeoJsons(geoJsonObjects: [GeoJsonObject])
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Protocols/
H A DGeoJsons.swift2 func setGeoJsons(geoJsonObjects: [GeoJsonObject])
H A DExpoMapView.swift15 func setGeoJsons(geoJsonObjects: [GeoJsonObject])
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/
H A DGeoJsons.kt6 fun setGeoJsons(geoJsonObjects: Array<GeoJsonObject>)
H A DExpoMapView.kt16 fun setGeoJsons(geoJsonObjects: Array<GeoJsonObject>)
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsGeoJSONs.swift13 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
15 for geoJsonObject in geoJsonObjects { in setGeoJsons()
H A DGoogleMapsView.swift231 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
233 geojsons.setGeoJsons(geoJsonObjects: geoJsonObjects) in setGeoJsons()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsGeoJSONs.swift13 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
15 for geoJsonObject in geoJsonObjects { in setGeoJsons()
H A DGoogleMapsView.swift231 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
233 geojsons.setGeoJsons(geoJsonObjects: geoJsonObjects) in setGeoJsons()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsGeoJSONs.swift13 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
15 for geoJsonObject in geoJsonObjects { in setGeoJsons()
H A DGoogleMapsView.swift231 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
233 geojsons.setGeoJsons(geoJsonObjects: geoJsonObjects) in setGeoJsons()
/expo/packages/expo-maps/ios/ExpoMaps/
H A DExpoAppleMapsModule.swift117 Prop("geojsons") { (view: AppleMapsView, geoJsonObjects: [GeoJsonObject]) in in definition()
118 view.setGeoJsons(geoJsonObjects: geoJsonObjects) in definition()
H A DExpoGoogleMapsModule.swift120 Prop("geojsons") { (view: GoogleMapsView, geoJsonObjects: [GeoJsonObject]) in in definition()
121 view.setGeoJsons(geoJsonObjects: geoJsonObjects) in definition()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift120 Prop("geojsons") { (view: GoogleMapsView, geoJsonObjects: [GeoJsonObject]) in in definition()
121 view.setGeoJsons(geoJsonObjects: geoJsonObjects) in definition()
H A DExpoAppleMapsModule.swift117 Prop("geojsons") { (view: AppleMapsView, geoJsonObjects: [GeoJsonObject]) in in definition()
118 view.setGeoJsons(geoJsonObjects: geoJsonObjects) in definition()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift120 Prop("geojsons") { (view: GoogleMapsView, geoJsonObjects: [GeoJsonObject]) in in definition()
121 view.setGeoJsons(geoJsonObjects: geoJsonObjects) in definition()
H A DExpoAppleMapsModule.swift117 Prop("geojsons") { (view: AppleMapsView, geoJsonObjects: [GeoJsonObject]) in in definition()
118 view.setGeoJsons(geoJsonObjects: geoJsonObjects) in definition()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsGeoJsons.swift12 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
15 for geoJsonObject in geoJsonObjects { in setGeoJsons()
H A DAppleMapsView.swift227 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
228 geoJsons.setGeoJsons(geoJsonObjects: geoJsonObjects) in setGeoJsons()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsGeoJsons.swift12 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
15 for geoJsonObject in geoJsonObjects { in setGeoJsons()
H A DAppleMapsView.swift227 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
228 geoJsons.setGeoJsons(geoJsonObjects: geoJsonObjects) in setGeoJsons()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsGeoJsons.swift12 func setGeoJsons(geoJsonObjects: [GeoJsonObject]) { in setGeoJsons()
15 for geoJsonObject in geoJsonObjects { in setGeoJsons()

12