# Guide
# Basic Usage
<template>
<gmaps-map>
<gmaps-marker :position="{ lat: -27, lng: 153 }" />
</gmaps-map>
</template>
import { gmapsMap, gmapsMarker } from 'x5-gmaps';
export default {
components: { gmapsMap, gmapsMarker }
};
# See Configuration for how to include Google Maps options like Libraries, Version, Region, Language, and Callback.
# See Components for other components to use.
# Or Demo for live examples.
# Tutorials
These use slightly older versions of this package but are similar enough for you to get the idea. Read below for the latest on how to use each component.
← Installation Map →