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

Methods included from Generic

included

Class Method Details

.endpointString

Returns the actual API endpoint used to reach the app.

Returns:

  • (String)

    the actual API endpoint used to reach the app



# File 'lib/lws/apps/maps.rb', line 18