Class: IWCoordinateLocationInputHandler

IWCoordinateLocationInputHandler

An input handler for coordinates.

new IWCoordinateLocationInputHandler()

Creates a new handler.

Extends

Methods


canHandle(input)

Implement this method to determine if your handler is able to handle the input string.
Parameters:
Name Type Description
input string the input string
Inherited From:
Overrides:
Returns:
Type
boolean

handle(input)

Implement this to handle an input string by calling triggerLocationFound with the result.
Parameters:
Name Type Description
input string the input string
Inherited From:
Overrides:
Returns:
Type
void

triggerError()

Call this function with an error message.
Inherited From:

triggerLocationFound()

Call this function with the result.
Inherited From: