| com.mapsted.map.MapApi.Setup | 
   Known Indirect Subclasses
  
 | 
Access/manage map-related setup
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String | 
        getMapTilesFilePath()
        
         System file path for where MapApi can store map tiles 
  
   | ||||||||||
| abstract void | 
        initialize(CustomMapParams params, MapApi.MapInitCallback callback)
        
         Method to initialize Mapsted Map Api using the initialization details 
  
   | ||||||||||
| abstract boolean | 
        isInitialized()
        
         Whether the sdk has already initialized or not. 
  
   | ||||||||||
System file path for where MapApi can store map tiles
Method to initialize Mapsted Map Api using the initialization details
| params | Customizable map parameters | 
|---|---|
| callback | Initialization callback for receiving success and failure | 
Whether the sdk has already initialized or not.