| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsPolygons.swift | 15 let polygon = createPolygon(polygonObject: polygonObject) in setPolygons() variable 16 mapView.addOverlay(polygon) in setPolygons() 17 polygons.append(polygon) in setPolygons() 24 let polygon = createPolygon(polygonObject: polygonObject) in setKMLPolygons() variable 25 mapView.addOverlay(polygon) in setKMLPolygons() 26 kmlPolygons.append(polygon) in setKMLPolygons() 51 polygon.strokePattern = strokePatternToLineDashPatternPolygon( in createPolygon() 52 pattern: polygonObject.strokePattern, width: polygon.strokeWidth) in createPolygon() 53 if polygonObject.strokeWidth == nil { polygon.strokeWidth = 1.0 } in createPolygon() 55 polygon.jointType = jointToCGLineJoin(polygonObject.jointType) in createPolygon() [all …]
|
| H A D | AppleMapsGeoJsons.swift | 22 if let polygon = geometry as? MKPolygon { in setGeoJsons() variable 23 let expoPolygon = ExpoMKPolygon(points: polygon.points(), count: polygon.pointCount) in setGeoJsons() 53 if defaultStyle?.polygon?.strokeColor != nil { in applyPolygonDefaultStyle() 54 polygon.strokeColor = defaultStyle!.polygon!.strokeColor! in applyPolygonDefaultStyle() 56 if defaultStyle?.polygon?.fillColor != nil { in applyPolygonDefaultStyle() 57 polygon.fillColor = defaultStyle!.polygon!.fillColor! in applyPolygonDefaultStyle() 59 if defaultStyle?.polygon?.strokeWidth != nil { in applyPolygonDefaultStyle() 60 polygon.strokeWidth = defaultStyle!.polygon!.strokeWidth! in applyPolygonDefaultStyle() 62 if defaultStyle?.polygon?.strokeJointType != nil { in applyPolygonDefaultStyle() 63 polygon.jointType = jointToCGLineJoin(defaultStyle!.polygon!.strokeJointType!) in applyPolygonDefaultStyle() [all …]
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsPolygons.swift | 15 let polygon = createPolygon(polygonObject: polygonObject) in setPolygons() variable 16 mapView.addOverlay(polygon) in setPolygons() 17 polygons.append(polygon) in setPolygons() 24 let polygon = createPolygon(polygonObject: polygonObject) in setKMLPolygons() variable 25 mapView.addOverlay(polygon) in setKMLPolygons() 26 kmlPolygons.append(polygon) in setKMLPolygons() 51 polygon.strokePattern = strokePatternToLineDashPatternPolygon( in createPolygon() 52 pattern: polygonObject.strokePattern, width: polygon.strokeWidth) in createPolygon() 53 if polygonObject.strokeWidth == nil { polygon.strokeWidth = 1.0 } in createPolygon() 55 polygon.jointType = jointToCGLineJoin(polygonObject.jointType) in createPolygon() [all …]
|
| H A D | AppleMapsGeoJsons.swift | 22 if let polygon = geometry as? MKPolygon { in setGeoJsons() variable 23 let expoPolygon = ExpoMKPolygon(points: polygon.points(), count: polygon.pointCount) in setGeoJsons() 53 if defaultStyle?.polygon?.strokeColor != nil { in applyPolygonDefaultStyle() 54 polygon.strokeColor = defaultStyle!.polygon!.strokeColor! in applyPolygonDefaultStyle() 56 if defaultStyle?.polygon?.fillColor != nil { in applyPolygonDefaultStyle() 57 polygon.fillColor = defaultStyle!.polygon!.fillColor! in applyPolygonDefaultStyle() 59 if defaultStyle?.polygon?.strokeWidth != nil { in applyPolygonDefaultStyle() 60 polygon.strokeWidth = defaultStyle!.polygon!.strokeWidth! in applyPolygonDefaultStyle() 62 if defaultStyle?.polygon?.strokeJointType != nil { in applyPolygonDefaultStyle() 63 polygon.jointType = jointToCGLineJoin(defaultStyle!.polygon!.strokeJointType!) in applyPolygonDefaultStyle() [all …]
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsPolygons.swift | 15 let polygon = createPolygon(polygonObject: polygonObject) in setPolygons() variable 16 mapView.addOverlay(polygon) in setPolygons() 17 polygons.append(polygon) in setPolygons() 24 let polygon = createPolygon(polygonObject: polygonObject) in setKMLPolygons() variable 25 mapView.addOverlay(polygon) in setKMLPolygons() 26 kmlPolygons.append(polygon) in setKMLPolygons() 51 polygon.strokePattern = strokePatternToLineDashPatternPolygon( in createPolygon() 52 pattern: polygonObject.strokePattern, width: polygon.strokeWidth) in createPolygon() 53 if polygonObject.strokeWidth == nil { polygon.strokeWidth = 1.0 } in createPolygon() 55 polygon.jointType = jointToCGLineJoin(polygonObject.jointType) in createPolygon() [all …]
|
| H A D | AppleMapsGeoJsons.swift | 22 if let polygon = geometry as? MKPolygon { in setGeoJsons() variable 23 let expoPolygon = ExpoMKPolygon(points: polygon.points(), count: polygon.pointCount) in setGeoJsons() 53 if defaultStyle?.polygon?.strokeColor != nil { in applyPolygonDefaultStyle() 54 polygon.strokeColor = defaultStyle!.polygon!.strokeColor! in applyPolygonDefaultStyle() 56 if defaultStyle?.polygon?.fillColor != nil { in applyPolygonDefaultStyle() 57 polygon.fillColor = defaultStyle!.polygon!.fillColor! in applyPolygonDefaultStyle() 59 if defaultStyle?.polygon?.strokeWidth != nil { in applyPolygonDefaultStyle() 60 polygon.strokeWidth = defaultStyle!.polygon!.strokeWidth! in applyPolygonDefaultStyle() 62 if defaultStyle?.polygon?.strokeJointType != nil { in applyPolygonDefaultStyle() 63 polygon.jointType = jointToCGLineJoin(defaultStyle!.polygon!.strokeJointType!) in applyPolygonDefaultStyle() [all …]
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapPolygon.java | 18 private Polygon polygon; field in AirMapPolygon 41 if (polygon != null) { in setCoordinates() 72 if (polygon != null) { in setHoles() 80 if (polygon != null) { in setFillColor() 87 if (polygon != null) { in setStrokeColor() 94 if (polygon != null) { in setStrokeWidth() 101 if (polygon != null) { in setTappable() 108 if (polygon != null) { in setGeodesic() 115 if (polygon != null) { in setZIndex() 147 return polygon; in getFeature() [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapPolygon.java | 18 private Polygon polygon; field in MapPolygon 41 if (polygon != null) { in setCoordinates() 72 if (polygon != null) { in setHoles() 80 if (polygon != null) { in setFillColor() 87 if (polygon != null) { in setStrokeColor() 94 if (polygon != null) { in setStrokeWidth() 101 if (polygon != null) { in setTappable() 108 if (polygon != null) { in setGeodesic() 115 if (polygon != null) { in setZIndex() 116 polygon.setZIndex(zIndex); in setZIndex() [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapPolygon.java | 18 private Polygon polygon; field in AirMapPolygon 41 if (polygon != null) { in setCoordinates() 72 if (polygon != null) { in setHoles() 80 if (polygon != null) { in setFillColor() 87 if (polygon != null) { in setStrokeColor() 94 if (polygon != null) { in setStrokeWidth() 101 if (polygon != null) { in setTappable() 108 if (polygon != null) { in setGeodesic() 115 if (polygon != null) { in setZIndex() 147 return polygon; in getFeature() [all …]
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapPolygon.java | 18 private Polygon polygon; field in MapPolygon 41 if (polygon != null) { in setCoordinates() 72 if (polygon != null) { in setHoles() 80 if (polygon != null) { in setFillColor() 87 if (polygon != null) { in setStrokeColor() 94 if (polygon != null) { in setStrokeWidth() 101 if (polygon != null) { in setTappable() 108 if (polygon != null) { in setGeodesic() 115 if (polygon != null) { in setZIndex() 116 polygon.setZIndex(zIndex); in setZIndex() [all …]
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsPolygons.swift | 19 let polygon = GMSPolygon(path: path) in setPolygons() variable 20 polygon.fillColor = polygonObject.fillColor ?? polygon.fillColor in setPolygons() 22 polygon.strokeWidth = CGFloat(polygonObject.strokeWidth ?? Float(polygon.strokeWidth)) in setPolygons() 23 polygon.strokeColor = polygonObject.strokeColor ?? polygon.strokeColor in setPolygons() 25 polygon.strokeWidth = 0 in setPolygons() 26 polygon.strokeColor = UIColor.clear in setPolygons() 43 polygon.map = mapView in setPolygons() 44 polygons.append(polygon) in setPolygons() 49 for polygon in polygons { in detachAndDeletePolygons() 50 polygon.map = nil in detachAndDeletePolygons()
|
| H A D | GoogleMapsGeoJSONs.swift | 23 stroke: geoJsonObject.defaultStyle?.polygon?.strokeColor, in setGeoJsons() 24 fill: geoJsonObject.defaultStyle?.polygon?.fillColor, in setGeoJsons() 25 …width: geoJsonObject.defaultStyle?.polygon?.strokeWidth != nil ? CGFloat(geoJsonObject.defaultStyl… in setGeoJsons() 31 hasFill: geoJsonObject.defaultStyle?.polygon?.fillColor != nil, in setGeoJsons() 32 hasStroke: geoJsonObject.defaultStyle?.polygon?.strokeColor != nil in setGeoJsons()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsPolygons.swift | 19 let polygon = GMSPolygon(path: path) in setPolygons() variable 20 polygon.fillColor = polygonObject.fillColor ?? polygon.fillColor in setPolygons() 22 polygon.strokeWidth = CGFloat(polygonObject.strokeWidth ?? Float(polygon.strokeWidth)) in setPolygons() 23 polygon.strokeColor = polygonObject.strokeColor ?? polygon.strokeColor in setPolygons() 25 polygon.strokeWidth = 0 in setPolygons() 26 polygon.strokeColor = UIColor.clear in setPolygons() 43 polygon.map = mapView in setPolygons() 44 polygons.append(polygon) in setPolygons() 49 for polygon in polygons { in detachAndDeletePolygons() 50 polygon.map = nil in detachAndDeletePolygons()
|
| H A D | GoogleMapsGeoJSONs.swift | 23 stroke: geoJsonObject.defaultStyle?.polygon?.strokeColor, in setGeoJsons() 24 fill: geoJsonObject.defaultStyle?.polygon?.fillColor, in setGeoJsons() 25 …width: geoJsonObject.defaultStyle?.polygon?.strokeWidth != nil ? CGFloat(geoJsonObject.defaultStyl… in setGeoJsons() 31 hasFill: geoJsonObject.defaultStyle?.polygon?.fillColor != nil, in setGeoJsons() 32 hasStroke: geoJsonObject.defaultStyle?.polygon?.strokeColor != nil in setGeoJsons()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsPolygons.swift | 19 let polygon = GMSPolygon(path: path) in setPolygons() variable 20 polygon.fillColor = polygonObject.fillColor ?? polygon.fillColor in setPolygons() 22 polygon.strokeWidth = CGFloat(polygonObject.strokeWidth ?? Float(polygon.strokeWidth)) in setPolygons() 23 polygon.strokeColor = polygonObject.strokeColor ?? polygon.strokeColor in setPolygons() 25 polygon.strokeWidth = 0 in setPolygons() 26 polygon.strokeColor = UIColor.clear in setPolygons() 43 polygon.map = mapView in setPolygons() 44 polygons.append(polygon) in setPolygons() 49 for polygon in polygons { in detachAndDeletePolygons() 50 polygon.map = nil in detachAndDeletePolygons()
|
| H A D | GoogleMapsGeoJSONs.swift | 23 stroke: geoJsonObject.defaultStyle?.polygon?.strokeColor, in setGeoJsons() 24 fill: geoJsonObject.defaultStyle?.polygon?.fillColor, in setGeoJsons() 25 …width: geoJsonObject.defaultStyle?.polygon?.strokeWidth != nil ? CGFloat(geoJsonObject.defaultStyl… in setGeoJsons() 31 hasFill: geoJsonObject.defaultStyle?.polygon?.fillColor != nil, in setGeoJsons() 32 hasStroke: geoJsonObject.defaultStyle?.polygon?.strokeColor != nil in setGeoJsons()
|
| /expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/ |
| H A D | GoogleMapsPolygons.kt | 27 val polygon = map.addPolygon(polygonOptions) in setPolygons() constant 28 polygons.add(polygon) in setPolygons() 33 for (polygon in polygons) { in detachAndDeletePolygons() method 34 polygon.remove() in detachAndDeletePolygons()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI49_0_0AIRMapPolygon.m | 61 …self.polygon = [MKPolygon polygonWithCoordinates:coords count:coordinates.count interiorPolygons:_… 62 // TODO: we could lazy-initialize the polygon, since we don't need it until the 63 // polygon is in view. 64 self.renderer = [[MKPolygonRenderer alloc] initWithPolygon:self.polygon]; 107 return self.polygon.coordinate; 112 return self.polygon.boundingMapRect; 117 BOOL answer = [self.polygon intersectsMapRect:mapRect];
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI48_0_0AIRMapPolygon.m | 61 …self.polygon = [MKPolygon polygonWithCoordinates:coords count:coordinates.count interiorPolygons:_… 62 // TODO: we could lazy-initialize the polygon, since we don't need it until the 63 // polygon is in view. 64 self.renderer = [[MKPolygonRenderer alloc] initWithPolygon:self.polygon]; 107 return self.polygon.coordinate; 112 return self.polygon.boundingMapRect; 117 BOOL answer = [self.polygon intersectsMapRect:mapRect];
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI47_0_0AIRMapPolygon.m | 61 …self.polygon = [MKPolygon polygonWithCoordinates:coords count:coordinates.count interiorPolygons:_… 62 // TODO: we could lazy-initialize the polygon, since we don't need it until the 63 // polygon is in view. 64 self.renderer = [[MKPolygonRenderer alloc] initWithPolygon:self.polygon]; 107 return self.polygon.coordinate; 112 return self.polygon.boundingMapRect; 117 BOOL answer = [self.polygon intersectsMapRect:mapRect];
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/ |
| H A D | AIRMapPolygon.m | 61 …self.polygon = [MKPolygon polygonWithCoordinates:coords count:coordinates.count interiorPolygons:_… 62 // TODO: we could lazy-initialize the polygon, since we don't need it until the 63 // polygon is in view. 64 self.renderer = [[MKPolygonRenderer alloc] initWithPolygon:self.polygon]; 107 return self.polygon.coordinate; 112 return self.polygon.boundingMapRect; 117 BOOL answer = [self.polygon intersectsMapRect:mapRect];
|
| /expo/packages/expo-maps/build/ |
| H A D | Polygon.js.map | 1 …polygon's vertices.\n *\n * The polygon is closed automatically, so there is no need to repeat…
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI49_0_0AIRGoogleMapPolygonManager.m | 29 ABI49_0_0AIRGoogleMapPolygon *polygon = [ABI49_0_0AIRGoogleMapPolygon new]; 30 polygon.bridge = self.bridge; 31 return polygon; field
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI48_0_0AIRGoogleMapPolygonManager.m | 29 ABI48_0_0AIRGoogleMapPolygon *polygon = [ABI48_0_0AIRGoogleMapPolygon new]; 30 polygon.bridge = self.bridge; 31 return polygon; field
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/ |
| H A D | AIRGoogleMapPolygonManager.m | 29 AIRGoogleMapPolygon *polygon = [AIRGoogleMapPolygon new]; 30 polygon.bridge = self.bridge; 31 return polygon; field
|