MapAttribution Class
- java.
lang. Object - com.
azure. maps. render. models. MapAttribution
- com.
Implements
public final class MapAttribution
implements JsonSerializable<MapAttribution>
Copyright attribution for the requested section of a tileset.
Constructor Summary
| Constructor | Description |
|---|---|
| MapAttribution() |
Creates an instance of Map |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Map |
fromJson(JsonReader jsonReader)
Reads an instance of Map |
| List<String> |
getCopyrights()
Get the copyrights property: A list of copyright strings. |
|
Map |
setCopyrights(List<String> copyrights)
Set the copyrights property: A list of copyright strings. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
MapAttribution
public MapAttribution()
Creates an instance of MapAttribution class.
Method Details
fromJson
public static MapAttribution fromJson(JsonReader jsonReader)
Reads an instance of MapAttribution from the JsonReader.
Parameters:
Returns:
Throws:
getCopyrights
public List<String> getCopyrights()
Get the copyrights property: A list of copyright strings.
Returns:
setCopyrights
public MapAttribution setCopyrights(List<String> copyrights)
Set the copyrights property: A list of copyright strings.
Parameters:
Returns: