CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/neilang/NAMapKit/v3.2.0/NAMapKit/NATiledImageMapView.h
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 19:15:34 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210094-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760210134.827600,VS0,VE1156
vary: Accept-Encoding
x-fastly-request-id: 6149f129c3e240314b2a12f442e4852682667bba
content-length: 0
HTTP/2 200
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: text/plain; charset=utf-8
etag: W/"e819e0a9c47f52cb2465b8ca728e5dc2cf896fe0152ec6bf4af72c32af0f43b7"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-request-id: 4D93:3761FC:17A9F1:390856:68EAACD5
content-encoding: gzip
accept-ranges: bytes
date: Sat, 11 Oct 2025 19:15:35 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210055-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760210135.036658,VS0,VE339
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 5fec0eb458093fcb13d934d916ea20ce82020e97
expires: Sat, 11 Oct 2025 19:20:35 GMT
source-age: 0
content-length: 520
//
// NATiledImageMapView.h
// NAMapKit
//
// Created by Daniel Doubrovkine on 3/10/14.
// Copyright (c) 2010-14 neilang.com. All rights reserved.
//
#import "NAMapView.h"
#import
/**
* A tiled image map.
*/
@interface NATiledImageMapView : NAMapView
- (id)initWithFrame:(CGRect)frame tiledImageDataSource:(NSObject *)dataSource;
/// Zoom the map view to fit the current display.
- (void)zoomToFit:(BOOL)animate;
/// Display tile borders, usually for debugging purposes.
@property (readwrite, nonatomic, assign) BOOL displayTileBorders;
/// Set a background image, displayed while tiles are being downloaded.
@property (readwrite, nonatomic) NSURL *backgroundImageURL;
/// Set a background image, displayed while tiles are being downloaded.
@property (readwrite, nonatomic) UIImage *backgroundImage;
/// The current tile zoom level based on the DeepZoom algorithm.
@property (readonly, nonatomic, assign) NSInteger tileZoomLevel;
@end