Home Reference Source
public class | source

CleanupLocation

Constructor Summary

Public Constructor
public

Member Summary

Private Members
private

_locationInformation: {"id": *, "title": *, "date": *, "content": *, "latitude": *, "longitude": *, "image": *, "address": *, "city": *, "state": *, "country": *, "startTime": *, "endTime": *, "cleanupType": *, "partnerOrg": *, "partnerName": *, "partnerLink": *, "partnerPhone": *, "partnerEmail": *, "eventLink": *}

Method Summary

Public Methods
public

Returns the city string of a location

public

Returns the country of a given location

public

Returns the end time of a given location

public

id(): integer

Returns the id from a location

public

Returns the image url from a location

public

Returns the latitude of a given location

public

Returns the longitude of a given location

public

Returns the partner organization of a given location

public

startTime(): string>

Returns the start time of a given location

public

Returns the state string of a location

public

Returns the title of a given location

Public Constructors

public constructor() source

Private Members

private _locationInformation: {"id": *, "title": *, "date": *, "content": *, "latitude": *, "longitude": *, "image": *, "address": *, "city": *, "state": *, "country": *, "startTime": *, "endTime": *, "cleanupType": *, "partnerOrg": *, "partnerName": *, "partnerLink": *, "partnerPhone": *, "partnerEmail": *, "eventLink": *} source

Public Methods

public city(): string source

Returns the city string of a location

Return:

string

City

public country(): string source

Returns the country of a given location

Return:

string

Country

public endTime(): string source

Returns the end time of a given location

Return:

string

public id(): integer source

Returns the id from a location

Return:

integer

Image Url

public image(): string source

Returns the image url from a location

Return:

string

Image Url

public latitude(): string source

Returns the latitude of a given location

Return:

string

Latitude

public longitude(): string source

Returns the longitude of a given location

Return:

string

Longitude

public partnerOrg(): string source

Returns the partner organization of a given location

Return:

string

Title

public startTime(): string> source

Returns the start time of a given location

Return:

string>

public state(): string source

Returns the state string of a location

Return:

string

State

public title(): string source

Returns the title of a given location

Return:

string

Title