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

com.mapbox.mapboxsdk.maps.ShapeAnnotations Maven / Gradle / Ivy

There is a newer version: 9.2.1
Show newest version
package com.mapbox.mapboxsdk.maps;

import android.graphics.RectF;

import com.mapbox.mapboxsdk.annotations.Annotation;

import java.util.List;

interface ShapeAnnotations {

  List obtainAllIn(RectF rectF);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy