@UnstableApi
class Location


Represents a Location element, as defined by ISO 23009-1.

Summary

Public constructors

Location(url: Uri!)

Creates an instance using the URL as the service location.

Location(url: Uri!, serviceLocation: String!)

Creates an instance.

Public functions

Boolean
equals(o: Any?)
Int

Public properties

String!

The service location.

Uri!

The URL.

Public constructors

Location

Location(url: Uri!)

Creates an instance using the URL as the service location.

Parameters
url: Uri!

The Uri.

Location

Location(url: Uri!, serviceLocation: String!)

Creates an instance.

Parameters
url: Uri!

The Uri.

serviceLocation: String!

The service location.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

serviceLocation

val serviceLocationString!

The service location.

url

val urlUri!

The URL.