Class Copyright

java.lang.Object
com.azure.maps.render.models.Copyright

public final class Copyright extends Object
This object is returned from a successful copyright request.
  • Constructor Details

    • Copyright

      public Copyright()
  • Method Details

    • getFormatVersion

      public String getFormatVersion()
      Get the formatVersion property: Format Version property.
      Returns:
      the formatVersion value.
    • getGeneralCopyrights

      public List<String> getGeneralCopyrights()
      Get the generalCopyrights property: General Copyrights array.
      Returns:
      the generalCopyrights value.
    • getRegions

      public List<RegionCopyrights> getRegions()
      Get the regions property: Regions array.
      Returns:
      the regions value.