public class ParkingConfig extends Object
ParkingManager config.| Modifier and Type | Method and Description |
|---|---|
int |
getDisplayMaxZoomLevel()
Get the maximum zoom level for for displaying parking lots on the map.
|
int |
getDisplayMinZoomLevel()
Get the minimum zoom level for for displaying parking lots on the map.
|
int |
getMaxClusterZoomLevel()
Get the maximum zoom level for clustering parking markers on the map.
|
int |
getOnStreetMarkerMaxZoomLevel()
Get the maximum zoom level for for displaying on-street parking markers on the map.
|
int |
getOnStreetMarkerMinZoomLevel()
Get the minimum zoom level for for displaying on-street parking markers on the map.
|
int |
getOnStreetSegmentMaxZoomLevel()
Get the maximum zoom level for for displaying on-street parking segments/lines on the map.
|
int |
getOnStreetSegmentMinZoomLevel()
Get the minimum zoom level for for displaying on-street parking segments/lines on the map.
|
long |
getRefreshDataInterval()
Get the refresh interval for the retrieving individual parking lot details in milliseconds.
|
long |
getRefreshListInterval()
Get the refresh interval for the retrieving parking lot lists in milliseconds.
|
void |
registerChangeListener(SdkConfigurationChangedListener listener)
Register a listener for sdk configuration changes.
|
String |
toString() |
void |
unregisterChangeListener(SdkConfigurationChangedListener listener)
Un-register a listener for sdk configuration changes.
|
registerChangeListener, toString, unregisterChangeListenerpublic long getRefreshListInterval()
public long getRefreshDataInterval()
public int getDisplayMinZoomLevel()
public int getDisplayMaxZoomLevel()
public int getOnStreetSegmentMinZoomLevel()
public int getOnStreetSegmentMaxZoomLevel()
public int getOnStreetMarkerMinZoomLevel()
public int getOnStreetMarkerMaxZoomLevel()
public int getMaxClusterZoomLevel()
public void registerChangeListener(SdkConfigurationChangedListener listener)
SdkConfigSectionlistener - An instance of SdkConfigurationChangedListener.public void unregisterChangeListener(SdkConfigurationChangedListener listener)
SdkConfigSectionlistener - An instance of SdkConfigurationChangedListener.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.