| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapTileProvider.java | 58 y = (1 << zoom) - y - 1; in getTileUrl() 130 …if (this.tileSize == 256 && this.doubleTileSize && zoom + 1 <= this.maximumNativeZ && zoom + 1 <= … in getTile() 135 if (zoom > this.maximumNativeZ) { in getTile() 142 image = getTileImage(x, y, zoom); in getTile() 147 int zoomLevelToStart = (zoom > this.maximumNativeZ) ? this.maximumNativeZ - 1 : zoom - 1; in getTile() 164 image = readTileImage(x, y, zoom); in getTileImage() 173 checkForRefresh(x, y, zoom); in getTileImage() 204 image = readTileImage(x, y, zoom); in getTileImage() 218 image = fetchTile(x, y, zoom); in getTileImage() 293 int zoomParent = zoom - overZoomLevel; in scaleLowerZoomTile() [all …]
|
| H A D | MapWMSTile.java | 28 public URL getTileUrl(int x, int y, int zoom) { in getTileUrl() argument 29 if(MapWMSTile.this.maximumZ > 0 && zoom > maximumZ) { in getTileUrl() 33 if(MapWMSTile.this.minimumZ > 0 && zoom < minimumZ) { in getTileUrl() 37 double[] bb = getBoundingBox(x, y, zoom); in getTileUrl() 55 private double[] getBoundingBox(int x, int y, int zoom) { in getBoundingBox() argument 56 double tile = FULL / Math.pow(2, zoom); in getBoundingBox()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapTileProvider.java | 58 y = (1 << zoom) - y - 1; in getTileUrl() 130 …if (this.tileSize == 256 && this.doubleTileSize && zoom + 1 <= this.maximumNativeZ && zoom + 1 <= … in getTile() 135 if (zoom > this.maximumNativeZ) { in getTile() 142 image = getTileImage(x, y, zoom); in getTile() 147 int zoomLevelToStart = (zoom > this.maximumNativeZ) ? this.maximumNativeZ - 1 : zoom - 1; in getTile() 164 image = readTileImage(x, y, zoom); in getTileImage() 173 checkForRefresh(x, y, zoom); in getTileImage() 204 image = readTileImage(x, y, zoom); in getTileImage() 218 image = fetchTile(x, y, zoom); in getTileImage() 293 int zoomParent = zoom - overZoomLevel; in scaleLowerZoomTile() [all …]
|
| H A D | AirMapWMSTile.java | 28 public URL getTileUrl(int x, int y, int zoom) { in getTileUrl() argument 29 if(AirMapWMSTile.this.maximumZ > 0 && zoom > maximumZ) { in getTileUrl() 33 if(AirMapWMSTile.this.minimumZ > 0 && zoom < minimumZ) { in getTileUrl() 37 double[] bb = getBoundingBox(x, y, zoom); in getTileUrl() 55 private double[] getBoundingBox(int x, int y, int zoom) { in getBoundingBox() argument 56 double tile = FULL / Math.pow(2, zoom); in getBoundingBox()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | AirMapTileProvider.java | 58 y = (1 << zoom) - y - 1; in getTileUrl() 130 …if (this.tileSize == 256 && this.doubleTileSize && zoom + 1 <= this.maximumNativeZ && zoom + 1 <= … in getTile() 135 if (zoom > this.maximumNativeZ) { in getTile() 142 image = getTileImage(x, y, zoom); in getTile() 147 int zoomLevelToStart = (zoom > this.maximumNativeZ) ? this.maximumNativeZ - 1 : zoom - 1; in getTile() 164 image = readTileImage(x, y, zoom); in getTileImage() 173 checkForRefresh(x, y, zoom); in getTileImage() 204 image = readTileImage(x, y, zoom); in getTileImage() 218 image = fetchTile(x, y, zoom); in getTileImage() 293 int zoomParent = zoom - overZoomLevel; in scaleLowerZoomTile() [all …]
|
| H A D | AirMapWMSTile.java | 28 public URL getTileUrl(int x, int y, int zoom) { in getTileUrl() argument 29 if(AirMapWMSTile.this.maximumZ > 0 && zoom > maximumZ) { in getTileUrl() 33 if(AirMapWMSTile.this.minimumZ > 0 && zoom < minimumZ) { in getTileUrl() 37 double[] bb = getBoundingBox(x, y, zoom); in getTileUrl() 55 private double[] getBoundingBox(int x, int y, int zoom) { in getBoundingBox() argument 56 double tile = FULL / Math.pow(2, zoom); in getBoundingBox()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/ |
| H A D | MapTileProvider.java | 58 y = (1 << zoom) - y - 1; in getTileUrl() 130 …if (this.tileSize == 256 && this.doubleTileSize && zoom + 1 <= this.maximumNativeZ && zoom + 1 <= … in getTile() 135 if (zoom > this.maximumNativeZ) { in getTile() 142 image = getTileImage(x, y, zoom); in getTile() 147 int zoomLevelToStart = (zoom > this.maximumNativeZ) ? this.maximumNativeZ - 1 : zoom - 1; in getTile() 164 image = readTileImage(x, y, zoom); in getTileImage() 173 checkForRefresh(x, y, zoom); in getTileImage() 204 image = readTileImage(x, y, zoom); in getTileImage() 218 image = fetchTile(x, y, zoom); in getTileImage() 293 int zoomParent = zoom - overZoomLevel; in scaleLowerZoomTile() [all …]
|
| H A D | MapWMSTile.java | 28 public URL getTileUrl(int x, int y, int zoom) { in getTileUrl() argument 29 if(MapWMSTile.this.maximumZ > 0 && zoom > maximumZ) { in getTileUrl() 33 if(MapWMSTile.this.minimumZ > 0 && zoom < minimumZ) { in getTileUrl() 37 double[] bb = getBoundingBox(x, y, zoom); in getTileUrl() 55 private double[] getBoundingBox(int x, int y, int zoom) { in getBoundingBox() argument 56 double tile = FULL / Math.pow(2, zoom); in getBoundingBox()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI49_0_0RCTConvert+GMSMapViewType.m | 38 double zoom = 0; 45 zoom = existingCamera.zoom; 60 // us to support the "altitude" property of the camera as an alternative to "zoom". 62 if (json[@"zoom"]) { 63 zoom = [self double:json[@"zoom"]]; 72 zoom:zoom
|
| H A D | ABI49_0_0AIRGoogleMapUrlTile.m | 30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) { 33 y = (1 << zoom) - y - 1; 39 …gByReplacingOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat: @"%ld", (long)zoom]]; 41 if(maximumZ && (long)zoom > (long)maximumZ) { 45 if(minimumZ && (long)zoom < (long)minimumZ) {
|
| H A D | ABI49_0_0AIRGoogleMapWMSTile.m | 85 -(NSArray *)getBoundBox:(NSInteger)x yAxis:(NSInteger)y zoom:(NSInteger)zoom 87 double tile = _FULL / pow(2.0, (double)zoom); 99 - (UIImage *)tileForX:(NSUInteger)x y:(NSUInteger)y zoom:(NSUInteger)zoom 103 if(maximumZ && (long)zoom > (long)maximumZ) { 106 if(minimumZ && (long)zoom < (long)minimumZ) { 109 NSArray *bb = [self getBoundBox:x yAxis:y zoom:zoom];
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/GoogleMaps/ |
| H A D | RCTConvert+GMSMapViewType.m | 38 double zoom = 0; 45 zoom = existingCamera.zoom; 60 // us to support the "altitude" property of the camera as an alternative to "zoom". 62 if (json[@"zoom"]) { 63 zoom = [self double:json[@"zoom"]]; 72 zoom:zoom
|
| H A D | AIRGoogleMapUrlTile.m | 30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) { 33 y = (1 << zoom) - y - 1; 39 …gByReplacingOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat: @"%ld", (long)zoom]]; 41 if(maximumZ && (long)zoom > (long)maximumZ) { 45 if(minimumZ && (long)zoom < (long)minimumZ) {
|
| H A D | AIRGoogleMapWMSTile.m | 85 -(NSArray *)getBoundBox:(NSInteger)x yAxis:(NSInteger)y zoom:(NSInteger)zoom 87 double tile = _FULL / pow(2.0, (double)zoom); 99 - (UIImage *)tileForX:(NSUInteger)x y:(NSUInteger)y zoom:(NSUInteger)zoom 103 if(maximumZ && (long)zoom > (long)maximumZ) { 106 if(minimumZ && (long)zoom < (long)minimumZ) { 109 NSArray *bb = [self getBoundBox:x yAxis:y zoom:zoom];
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI48_0_0RCTConvert+GMSMapViewType.m | 38 double zoom = 0; 45 zoom = existingCamera.zoom; 60 // us to support the "altitude" property of the camera as an alternative to "zoom". 62 if (json[@"zoom"]) { 63 zoom = [self double:json[@"zoom"]]; 72 zoom:zoom
|
| H A D | ABI48_0_0AIRGoogleMapUrlTile.m | 30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) { 33 y = (1 << zoom) - y - 1; 39 …gByReplacingOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat: @"%ld", (long)zoom]]; 41 if(maximumZ && (long)zoom > (long)maximumZ) { 45 if(minimumZ && (long)zoom < (long)minimumZ) {
|
| H A D | ABI48_0_0AIRGoogleMapWMSTile.m | 85 -(NSArray *)getBoundBox:(NSInteger)x yAxis:(NSInteger)y zoom:(NSInteger)zoom 87 double tile = _FULL / pow(2.0, (double)zoom); 99 - (UIImage *)tileForX:(NSUInteger)x y:(NSUInteger)y zoom:(NSUInteger)zoom 103 if(maximumZ && (long)zoom > (long)maximumZ) { 106 if(minimumZ && (long)zoom < (long)minimumZ) { 109 NSArray *bb = [self getBoundBox:x yAxis:y zoom:zoom];
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/GoogleMaps/ |
| H A D | ABI47_0_0RCTConvert+GMSMapViewType.m | 38 double zoom = 0; 45 zoom = existingCamera.zoom; 60 // us to support the "altitude" property of the camera as an alternative to "zoom". 62 if (json[@"zoom"]) { 63 zoom = [self double:json[@"zoom"]]; 72 zoom:zoom
|
| H A D | ABI47_0_0AIRGoogleMapUrlTile.m | 30 GMSTileURLConstructor urls = ^NSURL* _Nullable (NSUInteger x, NSUInteger y, NSUInteger zoom) { 33 y = (1 << zoom) - y - 1; 39 …gByReplacingOccurrencesOfString:@"{z}" withString:[NSString stringWithFormat: @"%ld", (long)zoom]]; 41 if(maximumZ && (long)zoom > (long)maximumZ) { 45 if(minimumZ && (long)zoom < (long)minimumZ) {
|
| H A D | ABI47_0_0AIRGoogleMapWMSTile.m | 85 -(NSArray *)getBoundBox:(NSInteger)x yAxis:(NSInteger)y zoom:(NSInteger)zoom 87 double tile = _FULL / pow(2.0, (double)zoom); 99 - (UIImage *)tileForX:(NSUInteger)x y:(NSUInteger)y zoom:(NSUInteger)zoom 103 if(maximumZ && (long)zoom > (long)maximumZ) { 106 if(minimumZ && (long)zoom < (long)minimumZ) { 109 NSArray *bb = [self getBoundBox:x yAxis:y zoom:zoom];
|
| /expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsCameraAnimations.swift | 47 if let zoom = cameraMove.zoom { in moveCamera() variable 48 mapView.animate(toZoom: zoom) in moveCamera() 65 zoom: cameraMove.zoom ?? mapView.camera.zoom, in moveCamera()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsCameraAnimations.swift | 47 if let zoom = cameraMove.zoom { in moveCamera() variable 48 mapView.animate(toZoom: zoom) in moveCamera() 65 zoom: cameraMove.zoom ?? mapView.camera.zoom, in moveCamera()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/ |
| H A D | GoogleMapsCameraAnimations.swift | 47 if let zoom = cameraMove.zoom { in moveCamera() variable 48 mapView.animate(toZoom: zoom) in moveCamera() 65 zoom: cameraMove.zoom ?? mapView.camera.zoom, in moveCamera()
|
| /expo/packages/expo-maps/ios/ExpoMaps/Records/ |
| H A D | CameraPositionRecord.swift | 9 @Field var zoom: Float? variable 17 zoom = cameraPosition.zoom
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/Records/ |
| H A D | CameraPositionRecord.swift | 9 @Field var zoom: Float? variable 17 zoom = cameraPosition.zoom
|