| java.lang.Object | |
| ↳ | com.mapsted.map.MapstedMapApi.SetupImpl | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SetupImpl(MapstedMapApi mapApi) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | 
        getMapTilesFilePath()
        
         System file path for where MapApi can store map tiles 
  
   | ||||||||||
| void | 
        initialize(CustomMapParams params, MapApi.MapInitCallback callback)
        
         Method to initialize Mapsted Map Api using the initialization details 
  
   | ||||||||||
| boolean | 
        isInitialized()
        
         Whether the sdk has already initialized or not. 
  
   | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  com.mapsted.map.MapApi.Setup
 | |||||||||||
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.