Skip to main content

@mapgear/geoapps-core

geoapps-core package

Classes

ClassDescription
GAEventBase event class, used to dispatch and listen for events.
GAEventArgsBase event argument class
GAEventCallbackFailedErrorError that is thrown when a callback of the event dispatcher fails
HttpClientAn internal HttpClient that can be used to perform standard Http Get / Post requests that processes the json-body
HttpClientErrorAn object used by the HttpClient and send when an error occurs in a request
MathHelperSeveral helper-methods to perform mathematical computations
UnitsHelperHelper class to format and convert between units

Type Aliases

Type AliasDescription
GAEventDispatchOptionsOptions when dispatching GA events
HttpClientOptionsDefines the constructor options for the HttpClient-class