Quote:
Originally Posted by Dave
|
Thank you Dave

.
Quote:
Originally Posted by cellarius
You're not asking for anything trivial here. This is nothing that can be done - or explained to you - in a matter of a few minutes.
There is a whole lot of issues attached, and none of them is easily solved. For example: How do you tell Google Maps what place to show? Where does it take the data from? You basically need to have a database running in the background or extend the post data structure of vB accordingly. Posts are non structured data and normally not suitable to run such things.
I have something similar up and running on my site, and a whole lot of work went into that. Its a customized solution highly integrated in the structure of my site, with a seperate database running in the background and tied in with the vB database. It's nothing that could be shared easily. I don't say this to tease you, but to point out that you're actually asking quite a lot here, since you seem to be a bit... impatient, let's say.
|
What I asked for is simple, that is why I confused.
Quote:
Originally Posted by Kane@airrifle
You can start by building your own custom map: https://www.google.com/maps/d/
This custom map is embeddable only if you have HTML posting permissions and will by default show every location you have added to the custom map.
However, I assume that each hotel will already have its own unique entry on Google maps in which case you can simply use BBCODE to embed each individual hotel entry in the review post. Like so - alter the sizing etc to suit: (Cannot remember why I have literal in there, you could probably leave it out)
Code:
<vb:literal>
<iframe width="600" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q={param}&t=h&output=embed"></iframe>
</vb:literal>
The param will parse, either a Google place name and address eg: Awal Hotel Tripoli, Ṭarā-bu-lus al-Gharb, Libya or it will parse, a G-maps coordinate eg: 32.889376, 13.173355 or a GPS friendly coordinate eg: 32?53'21.8"N 13?10'24.1"E between whatever BBcode tag you choose eg: [map]
|
Thank you Kane, I get the solution and what I want from your post, now I can create my custom map and add places to it then embed it in my site