GLMapTileSource

@interface GLMapTileSource : NSObject

GLMapTileSource is base class for raster and vector tile sources

  • Called when layer will be attached to map view

    Declaration

    Objective-C

    - (void)willAttachToMapView:(GLMapView *_Nonnull)mapView;

    Parameters

    mapView

    map view where layer will be attached *

  • Called when layer will be detached from map view

    Declaration

    Objective-C

    - (void)willDetachFromMapView:(GLMapView *_Nonnull)mapView;

    Parameters

    mapView

    map view from where layer will be detached *