Library Mobile API Reference for iPhone  MicroStrategy 2019
MapWidgetUtil Class Reference

#import <MapWidgetUtil.h>

Inheritance diagram for MapWidgetUtil:

Class Methods

(UIColor *) + getColorForCode:defaultColor:
 
(UIColor *) + getColorForRegionForCode:defaultColor:
 
(NSString *) + getSystemFontFamilyNameFromFontFamilyName:
 
(NSDictionary *) + loadMapPropertyList
 
(BOOL) + isClusteringOnForLayerWith:isInFilter:
 
(BOOL) + isClusteringEnabled
 
(void) + showAlertViewWithTitle:message:delegate:cancelButtonTitle:otherButtonTitle:
 

Method Documentation

◆ getColorForCode:defaultColor:()

+ (UIColor *) getColorForCode: (NSString *)  colorCode
defaultColor: (UIColor *)  selectedDefaultColor 

◆ getColorForRegionForCode:defaultColor:()

+ (UIColor *) getColorForRegionForCode: (NSString *)  colorCode
defaultColor: (UIColor *)  selectedDefaultColor 

◆ getSystemFontFamilyNameFromFontFamilyName:()

+ (NSString *) getSystemFontFamilyNameFromFontFamilyName: (NSString *)  fontFamily

◆ isClusteringEnabled()

+ (BOOL) isClusteringEnabled

◆ isClusteringOnForLayerWith:isInFilter:()

+ (BOOL) isClusteringOnForLayerWith: (MWVizPropInfo *)  vizPropInfo
isInFilter: (BOOL)  inFilter 

◆ loadMapPropertyList()

+ (NSDictionary *) loadMapPropertyList

◆ showAlertViewWithTitle:message:delegate:cancelButtonTitle:otherButtonTitle:()

+ (void) showAlertViewWithTitle: (NSString *)  title
message: (NSString *)  message
delegate: (id)  delegate
cancelButtonTitle: (NSString *)  cancelButtonTitle
otherButtonTitle: (NSString *)  otherButtonTitle