com.mapbox.mapboxsdk.exceptions.InvalidMarkerPositionException Maven / Gradle / Ivy
package com.mapbox.mapboxsdk.exceptions;
public class InvalidMarkerPositionException extends RuntimeException {
public InvalidMarkerPositionException() {
super("Adding an invalid Marker to a Map. " +
"Missing the required position field. " +
"Provide a non null LatLng as position to the Marker.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy