All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mapbox.mapboxsdk.exceptions.TooManyIconsException Maven / Gradle / Ivy

package com.mapbox.mapboxsdk.exceptions;

import com.mapbox.mapboxsdk.annotations.Icon;
import com.mapbox.mapboxsdk.annotations.IconFactory;

/**
 * 

* A {@code TooManyIconsException} is thrown by {@link IconFactory} when it * cannot create a {@link Icon} because there are already too many. *

* You should try to reuse Icon objects whenever possible. * * @see IconFactory */ public class TooManyIconsException extends RuntimeException { public TooManyIconsException() { super("Cannot create a Icon because there are already too many. Try reusing Icons."); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy