* @return the marker annotation preferences
* @since 3.1
*/
public synchronized MarkerAnnotationPreferences getMarkerAnnotationPreferences() {
if (!isMarkerAnnotationPreferencesInitialized())
new MarkerAnnotationPreferences().getAnnotationPreferences(); // force creation of shared preferences
return markerAnnotationPreferences;
}