Home
last modified time | relevance | path

Searched refs:polygonObjects (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsPolygons.swift12 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
14 for polygonObject in polygonObjects { in setPolygons()
21 func setKMLPolygons(polygonObjects: [PolygonObject]) { in setKMLPolygons()
23 for polygonObject in polygonObjects { in setKMLPolygons()
H A DAppleMapsView.swift200 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
201 polygons.setPolygons(polygonObjects: polygonObjects) in setPolygons()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsPolygons.swift12 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
14 for polygonObject in polygonObjects { in setPolygons()
21 func setKMLPolygons(polygonObjects: [PolygonObject]) { in setKMLPolygons()
23 for polygonObject in polygonObjects { in setKMLPolygons()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsPolygons.swift12 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
14 for polygonObject in polygonObjects { in setPolygons()
21 func setKMLPolygons(polygonObjects: [PolygonObject]) { in setKMLPolygons()
23 for polygonObject in polygonObjects { in setKMLPolygons()
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/
H A DGoogleMapsPolygons.kt11 override fun setPolygons(polygonObjects: Array<PolygonObject>) { in setPolygons()
13 for (polygonObject in polygonObjects) { in setPolygons()
/expo/packages/expo-maps/ios/ExpoMaps/Protocols/
H A DPolygons.swift3 func setPolygons(polygonObjects: [PolygonObject])
H A DExpoMapView.swift9 func setPolygons(polygonObjects: [PolygonObject])
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/Protocols/
H A DPolygons.swift3 func setPolygons(polygonObjects: [PolygonObject])
H A DExpoMapView.swift9 func setPolygons(polygonObjects: [PolygonObject])
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Protocols/
H A DPolygons.swift3 func setPolygons(polygonObjects: [PolygonObject])
H A DExpoMapView.swift9 func setPolygons(polygonObjects: [PolygonObject])
/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/interfaces/
H A DPolygons.kt6 fun setPolygons(polygonObjects: Array<PolygonObject>)
H A DExpoMapView.kt10 fun setPolygons(polygonObjects: Array<PolygonObject>)
/expo/packages/expo-maps/ios/ExpoMaps/
H A DExpoAppleMapsModule.swift93 Prop("polygons") { (view: AppleMapsView, polygonObjects: [PolygonObject]) in in definition()
94 view.setPolygons(polygonObjects: polygonObjects) in definition()
H A DExpoGoogleMapsModule.swift96 Prop("polygons") { (view: GoogleMapsView, polygonObjects: [PolygonObject]) in in definition()
97 view.setPolygons(polygonObjects: polygonObjects) in definition()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift96 Prop("polygons") { (view: GoogleMapsView, polygonObjects: [PolygonObject]) in in definition()
97 view.setPolygons(polygonObjects: polygonObjects) in definition()
H A DExpoAppleMapsModule.swift93 Prop("polygons") { (view: AppleMapsView, polygonObjects: [PolygonObject]) in in definition()
94 view.setPolygons(polygonObjects: polygonObjects) in definition()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/
H A DExpoGoogleMapsModule.swift96 Prop("polygons") { (view: GoogleMapsView, polygonObjects: [PolygonObject]) in in definition()
97 view.setPolygons(polygonObjects: polygonObjects) in definition()
H A DExpoAppleMapsModule.swift93 Prop("polygons") { (view: AppleMapsView, polygonObjects: [PolygonObject]) in in definition()
94 view.setPolygons(polygonObjects: polygonObjects) in definition()
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/
H A DGoogleMapsPolygons.swift12 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
14 for polygonObject in polygonObjects { in setPolygons()
H A DGoogleMapsView.swift188 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
189 polygons.setPolygons(polygonObjects: polygonObjects) in setPolygons()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsPolygons.swift12 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
14 for polygonObject in polygonObjects { in setPolygons()
H A DGoogleMapsView.swift188 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
189 polygons.setPolygons(polygonObjects: polygonObjects) in setPolygons()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/
H A DGoogleMapsPolygons.swift12 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
14 for polygonObject in polygonObjects { in setPolygons()
H A DGoogleMapsView.swift188 func setPolygons(polygonObjects: [PolygonObject]) { in setPolygons()
189 polygons.setPolygons(polygonObjects: polygonObjects) in setPolygons()

12