<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Offset the center point in Google maps api V3</title>
		<link>http://www.themolitor.com/forums/topic/offset-the-center-point-in-google-maps-api-v3</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Offset the center point in Google maps api V3</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 10:28:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/offset-the-center-point-in-google-maps-api-v3" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Offset the center point in Google maps api V3"</title>
			<link>http://www.themolitor.com/forums/topic/offset-the-center-point-in-google-maps-api-v3#post-30927</link>
			<pubDate>Mon, 22 Sep 2014 09:04:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">30927@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for sharing your findings!</p>
<p>Regarding customization services, I've partnered with the Werkpress team to handle customizations that go beyond what I'm able to provide. Being a one man operation, I simply don't have the resources to provide customization services for all my customers. Regarding cost, that is all determined by the Werkpress team. I have no involvement in determining the price for customization services through them.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>ipomonis on "Offset the center point in Google maps api V3"</title>
			<link>http://www.themolitor.com/forums/topic/offset-the-center-point-in-google-maps-api-v3#post-30917</link>
			<pubDate>Sun, 21 Sep 2014 23:38:40 +0000</pubDate>
			<dc:creator>ipomonis</dc:creator>
			<guid isPermaLink="false">30917@http://www.themolitor.com/forums/</guid>
			<description><p>Hello chris,</p>
<p>I have found the solution how to Offset the center point in Google maps api V3.</p>
<p>I provide some jquery code for everyone face same issue.</p>
<p>In wpnavigator in single.php just after</p>
<p>map:{</p>
<p>add the following code:</p>
<pre><code>events:{
        idle:function(map){
            google.maps.event.clearListeners(map,&#039;idle&#039;);
            map.panBy(-parseInt(this.width()/5),180);
         }
      },</code></pre>
<p>It will smoothly offset center map to the right and top....you can also change the offset using values  5,180.</p>
<p>The gmap3 panby method adds a smooth transition...if you do not want the transition you can make some research on google and you can find othe ways too using javascript..but i love the transition effect:)</p>
<p>Also, it would be a good idea to make your customization service cheaper...we do not all live in America..I live in Greece and average monthly salaries are low...</p>
<p>Best Regards,<br />
Yiannis
</p></description>
		</item>
		<item>
			<title>ipomonis on "Offset the center point in Google maps api V3"</title>
			<link>http://www.themolitor.com/forums/topic/offset-the-center-point-in-google-maps-api-v3#post-30914</link>
			<pubDate>Sat, 20 Sep 2014 10:00:01 +0000</pubDate>
			<dc:creator>ipomonis</dc:creator>
			<guid isPermaLink="false">30914@http://www.themolitor.com/forums/</guid>
			<description><p>Hello there,</p>
<p>First of all i know that this has been discussed many times in the forum but i could not find any solution.</p>
<p>I know about the customization service but they  ask for about 700-900$ for this. I do not have that budjet.</p>
<p>What i want is Offset the center point in Google maps , so it doesn't open in posts in a center position?</p>
<p>I want to move the map 300 pixels to the right and about 100 to the Top...in posts.</p>
<p>I have done some Research and i have found the following link:<br />
<a href="http://stackoverflow.com/questions/10656743/how-to-offset-the-center-point-in-google-maps-api-v3" rel="nofollow">http://stackoverflow.com/questions/10656743/how-to-offset-the-center-point-in-google-maps-api-v3</a></p>
<p>It seems that this can be done with  gmap.panBy(300, 100) but where should i use it?</p>
<p>Maybe if we could add some code (gmap.panBy(300, 100) on map initialisation but where it is?</p>
<p>If possible please provide some help... or some instruction where to look.</p>
<p>Thanks!</p>
<p>Yiannis
</p></description>
		</item>

	</channel>
</rss>
