Skip to content

Instantly share code, notes, and snippets.

@yury-vrp
yury-vrp / CurrentLocation.page
Last active August 31, 2017 09:49
Visualforce page to display google map with your current position. Tested in Salesforce1
<apex:page standardController="Account" docType="html-5.0" showHeader="false" sidebar="false" standardStylesheets="false" >
<style>
#map {
width: 100%;
height: 400px;
}
</style>
<div id="map">Loading map ...</div>
//проверено у меня на компутере
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, const char * argv[]) {
// insert code here...
char buffer[80], *symCode, *prob;
int i = 0;
unsigned int sym;