Module: LWS::Maps
- Includes:
- Generic
- Defined in:
- lib/lws/apps/maps.rb
Overview
The maps app module
Defined Under Namespace
Classes: Configuration, Map, Marker, Source
Constant Summary collapse
- ENDPOINT =
The API endpoint environment mapping for the Maps app
{ production: "https://maps.leftclick.cloud/", development: "https://maps-dev.leftclick.cloud/" }
Class Method Summary collapse
-
.endpoint ⇒ String
The actual API endpoint used to reach the app.
Methods included from Generic
Class Method Details
.endpoint ⇒ String
Returns the actual API endpoint used to reach the app.
|
# File 'lib/lws/apps/maps.rb', line 18
|