\Copilot\ClientLocation

The location a event will take place.

Summary

Methods
Properties
Constants
getName()
getStreet()
getZipcode()
getCity()
getRegion()
getCountry()
getLatitude()
getLongitude()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getName()

getName() : string

Returns the locations name

Returns

string —

The name of the location

getStreet()

getStreet() : string

Reuturns the locations street

Returns

string —

the street of the locations address

getZipcode()

getZipcode() : string

Returns the locations zipcode

Returns

string —

The zipcode of the locations address

getCity()

getCity() : string

Returns the city of the locations address

Returns

string —

The city of the locations address

getRegion()

getRegion() : string

Returns the region of the locations address

Returns

string —

The region of the locations address

getCountry()

getCountry() : string

Returns the country of the locations address

Returns

string —

the country of the locations address

getLatitude()

getLatitude() : float

Returns the latitude of the locations address

Returns

float —

The latitude of the locations address

getLongitude()

getLongitude() : float

Returns the longitude of the locations address

Returns

float —

The longitude of the locations address