MaplyVectorStyleDelegate

Objective-C

@protocol MaplyVectorStyleDelegate <NSObject>

Swift

protocol MaplyVectorStyleDelegate : NSObjectProtocol

Protocol for styling the vectors.

You pass in an object which adheres to this protocol and will style the vectors read by a MaplyMapnikVectorTiles object. In general, this will be a parsed Mapnik vector file, but you can substitute your own logic as well.