Map

The 'Map' component is used to display a location on a map within an interface.

Properties

Property
Value Sample
Value Type
Description

Name

map1, map2

string

Specifies the name or identifier of the map component.

Lat, Long

1.35531,103.86776

string

Specifies the latitude and longitude coordinates of the location.

Zoom

10

number

Specifies the initial zoom level of the map.

Title

Orangekloud

string

Specifies the title or label for the map location.

Show Zoom Control

True, False

boolean

If set to true, shows the zoom control on the map.

Show Map Type Control

True, False

boolean

If set to true, shows the map type control on the map.

Show Street View Control

True, False

boolean

If set to true, shows the street view control on the map.

Show Full Screen Control

True, False

boolean

If set to true, shows the full screen control on the map.

Show Route Markers

True, False

boolean

If set to true, shows markers for the route on the map.

Example Uses

N/A

Last updated