> For the complete documentation index, see [llms.txt](https://lorvent.gitbook.io/rare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorvent.gitbook.io/rare/html/main-content/maps.md).

# Maps

There are two divergent maps included in this template. we have further classified the maps into different categories.

**1) Google Maps :**

we have included the four different types of gmaps in this template, let us have a look at each one briefly one after the another.

**i) Gmap Routes :**

There are three different Gmap Routes being included in this template, you can find more about this map in the page [gmap\_routes.html](http://new-admin.lorvent.in/gmap_routes.html) of this template.

It has the following design

![](/files/-M4TuUtGGGnJ381hSOuH)

It has the following structure:

```
<div id="gmap_routes3 class="gmap">
</div>
```

**ii) Gmap Utils :**

There are six different Gmap Utils being included in this template, you can find more about this map in the page [gmap\_utils.html](http://new-admin.lorvent.in/gmap_utils.html) of this template.

It has the following design :

![](/files/-M4TuUtILjq518aZKGFo)It has the following structure:

```
<div id="gmap6" class="map">
</div>
```

**iii) Basic Maps**

There are five different types of Basic maps being included in this template, you can find more about this map in the page [gmaps\_basic.html](http://new-admin.lorvent.in/gmaps_basic.html) of this template.

It has the followig design :

![](/files/-M4TuUtKoEEqKNaOoBQA)It has the following structure :

```
<div id="map_events" class="gmap m-t-40">
</div>
```

**iv) Gmap Services**

There are five different types of Gmap services being included in this template, you can find more about this map in the page [gmaps\_services.html](http://new-admin.lorvent.in/gmaps_services.html) of this template.

It has the followig design :

![](/files/-M4TuUtMg9QwguWkfRSh)It has the following structure :

```
<div id="geo_code" class="gmap m-t-40">
</div>
```

All the Gmaps basically will have the following parameters and they are

&#x69;**) zoom** - This attribute sets the scale of the map (by default - '8').This option is available is in the js file.

```
zoom : 8
```

i&#x69;**)** **center \[lat , lng]** - these attributes set the coordinates of the center of the map and the point of the map (by default - '17.400408 and '78.507905'). This option is available in Js file.

```
center : [17.400408, 78.507905]
```

ii&#x69;**) hue** - sets the hue of the feature to match the hue of the color supplied. Note that the saturation and lightness of the feature is conserved, which means that the feature will not match the color supplied exactly. Valid values: An RGB hex string, i.e. '#ff0000'. This option is available in the js file.

```
hue : '#0075c2'
```

i&#x76;**) Address** - This feature allows us to mention the current location. This option is available in the js file.

```
address : "nallakunta,hyderabad"
```

&#x76;**) Marker** - This feature allows the user to explicitly indicate the location. This option is available in the js file.

```
icon : "images/location-mark.png"
```

**2) Vector Maps :**

We can find different styles of this kind in the page [vectormaps.html](http://new-admin.lorvent.in/vectormaps.html).

![](/files/-M4TuUtO4A2wvViO6vuY)

It has the following Structure

```
<div id="world_map" class="vector_maps m-t-40">
    ...
</div>
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lorvent.gitbook.io/rare/html/main-content/maps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
