<GMSTileReceiver> Protocol Reference

<GMSTileReceiver> Protocol Reference

Overview

GMSTileReceiver is provided to GMSTileLayer when a tile request is made, allowing the callback to be later (or immediately) invoked.

Public Member Functions

(void) - receiveTileWithX:y:zoom:image:

Member Function Documentation

- (void) receiveTileWithX: (NSUInteger)  x
y: (NSUInteger)  y
zoom: (NSUInteger)  zoom
image: (nullable UIImage *)  image