File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232- (void )setPosition : (CDVInvokedUrlCommand*)command ;
3333- (void )setRotation : (CDVInvokedUrlCommand*)command ;
3434- (void )setAnimation : (CDVInvokedUrlCommand*)command ;
35+ - (void )downloadImageWithURL : (NSURL *)url completionBlock : (void (^)(BOOL succeeded, UIImage *image))completionBlock ;
3536
3637// Internal use
3738-(void )setMarkerAnimation_ : (NSString *)animation marker : (GMSMarker *)marker pluginResult : (CDVPluginResult *)pluginResult callbackId : (NSString *)callbackId ;
3839-(void )setDropAnimation_ : (GMSMarker *)marker pluginResult : (CDVPluginResult *)pluginResult callbackId : (NSString *)callbackId ;
3940-(void )setBounceAnimation_ : (GMSMarker *)marker pluginResult : (CDVPluginResult *)pluginResult callbackId : (NSString *)callbackId ;
4041
4142-(void )setIcon_ : (GMSMarker *)marker iconProperty : (NSDictionary *)iconProperty
42- pluginResult : (CDVPluginResult *)pluginResult
43- callbackId : (NSString *)callbackId ;
43+ pluginResult : (CDVPluginResult *)pluginResult
44+ callbackId : (NSString *)callbackId ;
4445
4546@end
You can’t perform that action at this time.
0 commit comments