Image Source
Create an ImageSource from coordinates and an image URI
An URI is a combination of a protocol and a resource path. The following URI protocol schemes are supported:
http://
load resources using HyperText Transfer Protocol
file://
load resources from the Android file system
asset://
load resources from the binary packaged assets folder
Parameters
The source id
The Latitude and Longitude of the four corners of the image
json file uri
Create an ImageSource from coordinates and a bitmap image
Parameters
The source id
The Latitude and Longitude of the four corners of the image
A Bitmap image
Create an ImageSource from coordinates and a bitmap image resource
Parameters
The source id
The Latitude and Longitude of the four corners of the image
The resource ID of a Bitmap image
Deprecated
use {@link ImageSource#ImageSource(String, LatLngQuad, URI)} instead
Create an ImageSource from coordinates and an image URL
Parameters
The source id
The Latitude and Longitude of the four corners of the image
remote json file